#BBC021

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

Shades of Rio Grande #BBC021

Tints of Rio Grande #BBC021

Color information

#BBC021 (or 0xBBC021) is unknown color: approx Rio Grande. HEX triplet: BB, C0 and 21. RGB value is (187,192,33). Sum of RGB (Red+Green+Blue) = 187+192+33=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC021 is #443FDE. Grayscale: #ADADAD. Windows color (decimal): -4472799 or 2212027. OLE color: 2212027.

HSL color Cylindrical-coordinate representation of color #BBC021: hue angle of 61.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC021 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB18719233-
CMYK0.0300.830.25
HSL61.89º70.67%44.12%-
HSV(B)61.89º82.81%75.29%-
XYZ39.6248.378.69-
YUV172.3849.34138.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 33 (13.28% from 255) = 8.01%
R=45.39%
G=46.60%
B=8.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192330.0300.830.2561.8970.6744.12
HexBBC0213053193e472c
Octal2733004130123317610754
Binary10111011110000001000011101010011110011111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC021; }

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

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

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

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

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

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

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

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