#BAC918

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

Shades of Rio Grande #BAC918

Tints of Rio Grande #BAC918

Color information

#BAC918 (or 0xBAC918) is unknown color: approx Rio Grande. HEX triplet: BA, C9 and 18. RGB value is (186,201,24). Sum of RGB (Red+Green+Blue) = 186+201+24=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC918 is #4536E7. Grayscale: #B1B1B1. Windows color (decimal): -4536040 or 1624506. OLE color: 1624506.

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

Color convert

RGB18620124-
CMYK0.0700.880.21
HSL65.08º78.67%44.12%-
HSV(B)65.08º88.06%78.82%-
XYZ41.352.288.78-
YUV176.3442.03134.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 201 (78.91% from 255) = 48.91%
BLUE value IS 24 (9.77% from 255) = 5.84%
R=45.26%
G=48.91%
B=5.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201240.0700.880.2165.0878.6744.12
HexBAC918705815414f2c
Octal27231130701302510111754
Binary101110101100100111000111010110001010110000011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC918; }

 p { color: rgb(186,201,24); }

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

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

 a { background-color: rgb(186,201,24); }

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

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

 span { border-color: rgb(186,201,24); }

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