#BBC212

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

Shades of La Rioja #BBC212

Tints of La Rioja #BBC212

Color information

#BBC212 (or 0xBBC212) is unknown color: approx La Rioja. HEX triplet: BB, C2 and 12. RGB value is (187,194,18). Sum of RGB (Red+Green+Blue) = 187+194+18=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC212 is #443DED. Grayscale: #ACACAC. Windows color (decimal): -4472302 or 1229499. OLE color: 1229499.

HSL color Cylindrical-coordinate representation of color #BBC212: hue angle of 62.39º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC212 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB18719418-
CMYK0.0400.910.24
HSL62.39º83.02%41.57%-
HSV(B)62.39º90.72%76.08%-
XYZ39.8949.197.96-
YUV171.8441.18138.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 194 (76.17% from 255) = 48.62%
BLUE value IS 18 (7.42% from 255) = 4.51%
R=46.87%
G=48.62%
B=4.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187194180.0400.910.2462.3983.0241.57
HexBBC212405B183e532a
Octal2733022240133307612352
Binary10111011110000101001010001011011110001111101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC212; }

 p { color: rgb(187,194,18); }

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

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

 a { background-color: rgb(187,194,18); }

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

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

 span { border-color: rgb(187,194,18); }

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