#BAC91E

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

Shades of Rio Grande #BAC91E

Tints of Rio Grande #BAC91E

Color information

#BAC91E (or 0xBAC91E) is unknown color: approx Rio Grande. HEX triplet: BA, C9 and 1E. RGB value is (186,201,30). Sum of RGB (Red+Green+Blue) = 186+201+30=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC91E is #4536E1. Grayscale: #B1B1B1. Windows color (decimal): -4536034 or 2017722. OLE color: 2017722.

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

Color convert

RGB18620130-
CMYK0.0700.850.21
HSL65.26º74.03%45.29%-
HSV(B)65.26º85.07%78.82%-
XYZ41.3752.319.14-
YUV177.0245.03134.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 201 (78.91% from 255) = 48.20%
BLUE value IS 30 (12.11% from 255) = 7.19%
R=44.60%
G=48.20%
B=7.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201300.0700.850.2165.2674.0345.29
HexBAC91E705515414a2d
Octal27231136701252510111255
Binary101110101100100111110111010101011010110000011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC91E; }

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

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

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

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

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

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

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

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