#BAC825

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

Shades of Rio Grande #BAC825

Tints of Rio Grande #BAC825

Color information

#BAC825 (or 0xBAC825) is unknown color: approx Rio Grande. HEX triplet: BA, C8 and 25. RGB value is (186,200,37). Sum of RGB (Red+Green+Blue) = 186+200+37=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC825 is #4537DA. Grayscale: #B1B1B1. Windows color (decimal): -4536283 or 2476218. OLE color: 2476218.

HSL color Cylindrical-coordinate representation of color #BAC825: hue angle of 65.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAC825 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB18620037-
CMYK0.0700.820.22
HSL65.15º68.78%46.47%-
HSV(B)65.15º81.5%78.43%-
XYZ41.2451.889.59-
YUV177.2348.86134.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 200 (78.52% from 255) = 47.28%
BLUE value IS 37 (14.84% from 255) = 8.75%
R=43.97%
G=47.28%
B=8.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200370.0700.820.2265.1568.7846.47
HexBAC82570521641452e
Octal27231045701222610110556
Binary1011101011001000100101111010100101011010000011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC825; }

 p { color: rgb(186,200,37); }

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

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

 a { background-color: rgb(186,200,37); }

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

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

 span { border-color: rgb(186,200,37); }

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