#BACF20

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

Shades of Rio Grande #BACF20

Tints of Rio Grande #BACF20

Color information

#BACF20 (or 0xBACF20) is unknown color: approx Rio Grande. HEX triplet: BA, CF and 20. RGB value is (186,207,32). Sum of RGB (Red+Green+Blue) = 186+207+32=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACF20 is #4530DF. Grayscale: #B5B5B5. Windows color (decimal): -4534496 or 2150330. OLE color: 2150330.

HSL color Cylindrical-coordinate representation of color #BACF20: hue angle of 67.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BACF20 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB18620732-
CMYK0.1000.850.19
HSL67.2º73.22%46.86%-
HSV(B)67.2º84.54%81.18%-
XYZ42.8255.179.76-
YUV180.7744.04131.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 207 (81.25% from 255) = 48.71%
BLUE value IS 32 (12.89% from 255) = 7.53%
R=43.76%
G=48.71%
B=7.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186207320.1000.850.1967.273.2246.86
HexBACF20A0551343492f
Octal272317401201252310311157
Binary10111010110011111000001010010101011001110000111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF20; }

 p { color: rgb(186,207,32); }

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

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

 a { background-color: rgb(186,207,32); }

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

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

 span { border-color: rgb(186,207,32); }

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