#BBCA21

Color #BBCA21 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BBCA21

Tints of Rio Grande #BBCA21

Color information

#BBCA21 (or 0xBBCA21) is unknown color: approx Rio Grande. HEX triplet: BB, CA and 21. RGB value is (187,202,33). Sum of RGB (Red+Green+Blue) = 187+202+33=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA21 is #4435DE. Grayscale: #B2B2B2. Windows color (decimal): -4470239 or 2214587. OLE color: 2214587.

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

Color convert

RGB18720233-
CMYK0.0700.840.21
HSL65.33º71.91%46.08%-
HSV(B)65.33º83.66%79.22%-
XYZ41.8952.929.44-
YUV178.2546.03134.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 33 (13.28% from 255) = 7.82%
R=44.31%
G=47.87%
B=7.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202330.0700.840.2165.3371.9146.08
HexBBCA2170541541482e
Octal27331241701242510111056
Binary1011101111001010100001111010101001010110000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA21; }

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

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

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

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

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

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

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

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