Html Css Color HEX #B1D000 La Rioja

📋 copy color: '#B1D000'

red 177 ◦ green 208 ◦ blue 0

#B1D000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B1D000

Tints of La Rioja #B1D000

RGB

 RED value IS 177 (69.53% from 255) = 45.97%

 GREEN value IS 208 (81.64% from 255) = 54.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.97%
G = 54.03%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1D000 (or 0xB1D000) is known color: La Rioja. HEX triplet: B1, D0 and 00. RGB value is (177,208,0). Sum of RGB (Red+Green+Blue) = 177+208+0=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D000 is #4E2FFF. Grayscale: #AFAFAF. Windows color (decimal): -5124096 or 53425. OLE color: 53425.

HSL color Cylindrical-coordinate representation of color #B1D000: hue angle of 68.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1D000 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 0 -
CMYK 0.15 0 1 0.18
HSL 68.94º 1% 0.41% -
HSV(B) 68.94º 1% 0.82% -
XYZ 40.69 54.46 8.37 -
YUV 175.02 29.23 129.41 -
System Red Green Blue C M Y K H S L
Decimal 177 208 0 0.15 0 1 0.18 68.94 1 0.41
Hex B1 D0 0 F 0 64 12 45 64 29
Octal 261 320 0 17 0 144 22 105 144 51
Binary 10110001 11010000 0 1111 0 1100100 10010 1000101 1100100 101001

Color Harmonies of #B1D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D000

Black with #B1D000

Text Example


Text Example

White with #B1D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D000; }

 p { color: rgb(177,208,0); }

 H1.HeaderClassName
 {
   color: #B1D000;
 }
 .AnyTagClassName
 {
   color: #B1D000;
 }
</style>

background-color css

<style>
 a { background-color: #B1D000; }

 a { background-color: rgb(177,208,0); }

 div.DivClassName
 {
   background-color: #B1D000;
 }
 .BgClassName
 {
   background-color: #B1D000;
 }
</style>

border-color css

<style>
 span { border-color: #B1D000; }

 span { border-color: rgb(177,208,0); }

 td.TdClassName
 {
   border-color: #B1D000;
 }
 .TagClassName
 {
   border-color: #B1D000;
 }
</style>