#BBC312

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

Shades of La Rioja #BBC312

Tints of La Rioja #BBC312

Color information

#BBC312 (or 0xBBC312) is unknown color: approx La Rioja. HEX triplet: BB, C3 and 12. RGB value is (187,195,18). Sum of RGB (Red+Green+Blue) = 187+195+18=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC312 is #443CED. Grayscale: #ADADAD. Windows color (decimal): -4472046 or 1229755. OLE color: 1229755.

HSL color Cylindrical-coordinate representation of color #BBC312: hue angle of 62.71º 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 #BBC312 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB18719518-
CMYK0.0400.910.24
HSL62.71º83.1%41.76%-
HSV(B)62.71º90.77%76.47%-
XYZ40.1249.648.04-
YUV172.4340.85138.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 18 (7.42% from 255) = 4.5%
R=46.75%
G=48.75%
B=4.5%

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
Decimal187195180.0400.910.2462.7183.141.76
HexBBC312405B183f532a
Octal2733032240133307712352
Binary10111011110000111001010001011011110001111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC312; }

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

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

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

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

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

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

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

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