#BBC60B

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

Shades of La Rioja #BBC60B

Tints of La Rioja #BBC60B

Color information

#BBC60B (or 0xBBC60B) is unknown color: approx La Rioja. HEX triplet: BB, C6 and 0B. RGB value is (187,198,11). Sum of RGB (Red+Green+Blue) = 187+198+11=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC60B is #4439F4. Grayscale: #AEAEAE. Windows color (decimal): -4471285 or 771771. OLE color: 771771.

HSL color Cylindrical-coordinate representation of color #BBC60B: hue angle of 63.53º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBC60B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB18719811-
CMYK0.0600.940.22
HSL63.53º89.47%40.98%-
HSV(B)63.53º94.44%77.65%-
XYZ40.7550.988.01-
YUV173.3936.36137.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 198 (77.73% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 2.78%
R=47.22%
G=50%
B=2.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187198110.0600.940.2263.5389.4740.98
HexBBC6B605E16405929
Octal27330613601362610013151
Binary10111011110001101011110010111101011010000001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC60B; }

 p { color: rgb(187,198,11); }

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

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

 a { background-color: rgb(187,198,11); }

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

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

 span { border-color: rgb(187,198,11); }

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