#BBC008

Color #BBC008 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BBC008

Tints of La Rioja #BBC008

Color information

#BBC008 (or 0xBBC008) is unknown color: approx La Rioja. HEX triplet: BB, C0 and 08. RGB value is (187,192,8). Sum of RGB (Red+Green+Blue) = 187+192+8=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC008 is #443FF7. Grayscale: #AAAAAA. Windows color (decimal): -4472824 or 573627. OLE color: 573627.

HSL color Cylindrical-coordinate representation of color #BBC008: hue angle of 61.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBC008 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1871928-
CMYK0.0300.960.25
HSL61.63º92%39.22%-
HSV(B)61.63º95.83%75.29%-
XYZ39.3948.287.47-
YUV169.5336.84140.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 8 (3.52% from 255) = 2.07%
R=48.32%
G=49.61%
B=2.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18719280.0300.960.2561.639239.22
HexBBC083060193e5c27
Octal2733001030140317613447
Binary101110111100000010001101100000110011111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC008; }

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

 H1.HeaderClassName
 {
   color: #BBC008;
 }
 .AnyTagClassName
 {
   color: #BBC008;
 }
</style>
background-color css

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

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

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

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

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

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