#BBC90C

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

Shades of La Rioja #BBC90C

Tints of La Rioja #BBC90C

Color information

#BBC90C (or 0xBBC90C) is unknown color: approx La Rioja. HEX triplet: BB, C9 and 0C. RGB value is (187,201,12). Sum of RGB (Red+Green+Blue) = 187+201+12=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC90C is #4436F3. Grayscale: #B0B0B0. Windows color (decimal): -4470516 or 838075. OLE color: 838075.

HSL color Cylindrical-coordinate representation of color #BBC90C: hue angle of 64.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC90C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB18720112-
CMYK0.0700.940.21
HSL64.44º88.73%41.76%-
HSV(B)64.44º94.03%78.82%-
XYZ41.4552.368.27-
YUV175.2735.86136.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 201 (78.91% from 255) = 50.25%
BLUE value IS 12 (5.08% from 255) = 3%
R=46.75%
G=50.25%
B=3%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187201120.0700.940.2164.4488.7341.76
HexBBC9C705E1540592a
Octal27331114701362510013152
Binary10111011110010011100111010111101010110000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC90C; }

 p { color: rgb(187,201,12); }

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

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

 a { background-color: rgb(187,201,12); }

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

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

 span { border-color: rgb(187,201,12); }

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