Html Css Color HEX #BBD008 La Rioja

📋 copy color: '#BBD008'

red 187 ◦ green 208 ◦ blue 8

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

Shades of La Rioja #BBD008

Tints of La Rioja #BBD008

RGB

 RED value IS 187 (73.44% from 255) = 46.4%

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

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

R = 46.4%
G = 51.61%
B = 1.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#BBD008 (or 0xBBD008) is known color: La Rioja. HEX triplet: BB, D0 and 08. RGB value is (187,208,8). Sum of RGB (Red+Green+Blue) = 187+208+8=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD008 is #442FF7. Grayscale: #B3B3B3. Windows color (decimal): -4468728 or 577723. OLE color: 577723.

HSL color Cylindrical-coordinate representation of color #BBD008: hue angle of 66.3º 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 #BBD008 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 8 -
CMYK 0.10 0 0.96 0.18
HSL 66.3º 0.93% 0.42% -
HSV(B) 66.3º 0.96% 0.82% -
XYZ 43.09 55.69 8.71 -
YUV 178.92 31.54 133.76 -
System Red Green Blue C M Y K H S L
Decimal 187 208 8 0.10 0 0.96 0.18 66.3 0.93 0.42
Hex BB D0 8 A 0 60 12 42 5D 2A
Octal 273 320 10 12 0 140 22 102 135 52
Binary 10111011 11010000 1000 1010 0 1100000 10010 1000010 1011101 101010

Color Harmonies of #BBD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD008

Black with #BBD008

Text Example


Text Example

White with #BBD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD008; }

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

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

background-color css

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

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

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

border-color css

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

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

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