#BBCA10

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

Shades of La Rioja #BBCA10

Tints of La Rioja #BBCA10

Color information

#BBCA10 (or 0xBBCA10) is unknown color: approx La Rioja. HEX triplet: BB, CA and 10. RGB value is (187,202,16). Sum of RGB (Red+Green+Blue) = 187+202+16=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA10 is #4435EF. Grayscale: #B1B1B1. Windows color (decimal): -4470256 or 1100475. OLE color: 1100475.

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

Color convert

RGB18720216-
CMYK0.0700.920.21
HSL64.84º85.32%42.75%-
HSV(B)64.84º92.08%79.22%-
XYZ41.7152.848.49-
YUV176.3137.53135.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 16 (6.64% from 255) = 3.95%
R=46.17%
G=49.88%
B=3.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202160.0700.920.2164.8485.3242.75
HexBBCA10705C1541552b
Octal27331220701342510112553
Binary101110111100101010000111010111001010110000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA10; }

 p { color: rgb(187,202,16); }

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

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

 a { background-color: rgb(187,202,16); }

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

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

 span { border-color: rgb(187,202,16); }

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