#BACC21

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

Shades of Rio Grande #BACC21

Tints of Rio Grande #BACC21

Color information

#BACC21 (or 0xBACC21) is unknown color: approx Rio Grande. HEX triplet: BA, CC and 21. RGB value is (186,204,33). Sum of RGB (Red+Green+Blue) = 186+204+33=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC21 is #4533DE. Grayscale: #B3B3B3. Windows color (decimal): -4535263 or 2215098. OLE color: 2215098.

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

Color convert

RGB18620433-
CMYK0.0900.840.2
HSL66.32º72.15%46.47%-
HSV(B)66.32º83.82%80%-
XYZ42.1253.739.59-
YUV179.1245.54132.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 204 (80.08% from 255) = 48.23%
BLUE value IS 33 (13.28% from 255) = 7.80%
R=43.97%
G=48.23%
B=7.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204330.0900.840.266.3272.1546.47
HexBACC2190541442482e
Octal272314411101242410211056
Binary10111010110011001000011001010101001010010000101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC21; }

 p { color: rgb(186,204,33); }

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

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

 a { background-color: rgb(186,204,33); }

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

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

 span { border-color: rgb(186,204,33); }

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