Html Css Color HEX #B9D008 La Rioja

📋 copy color: '#B9D008'

red 185 ◦ green 208 ◦ blue 8

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

Shades of La Rioja #B9D008

Tints of La Rioja #B9D008

RGB

 RED value IS 185 (72.66% from 255) = 46.13%

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 46.13%
G = 51.87%
B = 2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#B9D008 (or 0xB9D008) is known color: La Rioja. HEX triplet: B9, D0 and 08. RGB value is (185,208,8). Sum of RGB (Red+Green+Blue) = 185+208+8=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D008 is #462FF7. Grayscale: #B3B3B3. Windows color (decimal): -4599800 or 577721. OLE color: 577721.

HSL color Cylindrical-coordinate representation of color #B9D008: hue angle of 66.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9D008 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 208 8 -
CMYK 0.11 0 0.96 0.18
HSL 66.9º 0.93% 0.42% -
HSV(B) 66.9º 0.96% 0.82% -
XYZ 42.61 55.44 8.69 -
YUV 178.32 31.88 132.76 -
System Red Green Blue C M Y K H S L
Decimal 185 208 8 0.11 0 0.96 0.18 66.9 0.93 0.42
Hex B9 D0 8 B 0 60 12 43 5D 2A
Octal 271 320 10 13 0 140 22 103 135 52
Binary 10111001 11010000 1000 1011 0 1100000 10010 1000011 1011101 101010

Color Harmonies of #B9D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D008

Black with #B9D008

Text Example


Text Example

White with #B9D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D008; }

 p { color: rgb(185,208,8); }

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

background-color css

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

 a { background-color: rgb(185,208,8); }

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

border-color css

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

 span { border-color: rgb(185,208,8); }

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