#BBC213

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

Shades of La Rioja #BBC213

Tints of La Rioja #BBC213

Color information

#BBC213 (or 0xBBC213) is unknown color: approx La Rioja. HEX triplet: BB, C2 and 13. RGB value is (187,194,19). Sum of RGB (Red+Green+Blue) = 187+194+19=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC213 is #443DEC. Grayscale: #ACACAC. Windows color (decimal): -4472301 or 1295035. OLE color: 1295035.

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

Color convert

RGB18719419-
CMYK0.0400.900.24
HSL62.4º82.16%41.76%-
HSV(B)62.4º90.21%76.08%-
XYZ39.949.28.01-
YUV171.9641.68138.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 194 (76.17% from 255) = 48.5%
BLUE value IS 19 (7.81% from 255) = 4.75%
R=46.75%
G=48.5%
B=4.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal187194190.0400.900.2462.482.1641.76
HexBBC213405A183e522a
Octal2733022340132307612252
Binary10111011110000101001110001011010110001111101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC213; }

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

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

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

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

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

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

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

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