#BBC508

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

Shades of La Rioja #BBC508

Tints of La Rioja #BBC508

Color information

#BBC508 (or 0xBBC508) is unknown color: approx La Rioja. HEX triplet: BB, C5 and 08. RGB value is (187,197,8). Sum of RGB (Red+Green+Blue) = 187+197+8=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC508 is #443AF7. Grayscale: #ADADAD. Windows color (decimal): -4471544 or 574907. OLE color: 574907.

HSL color Cylindrical-coordinate representation of color #BBC508: hue angle of 63.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBC508 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1871978-
CMYK0.0500.960.23
HSL63.17º92.2%40.2%-
HSV(B)63.17º95.94%77.25%-
XYZ40.550.517.85-
YUV172.4635.19138.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 197 (77.34% from 255) = 50.26%
BLUE value IS 8 (3.52% from 255) = 2.04%
R=47.70%
G=50.26%
B=2.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18719780.0500.960.2363.1792.240.2
HexBBC585060173f5c28
Octal2733051050140277713450
Binary1011101111000101100010101100000101111111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC508; }

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

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

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

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

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

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

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

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