#BABA27

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

Shades of Rio Grande #BABA27

Tints of Rio Grande #BABA27

Color information

#BABA27 (or 0xBABA27) is unknown color: approx Rio Grande. HEX triplet: BA, BA and 27. RGB value is (186,186,39). Sum of RGB (Red+Green+Blue) = 186+186+39=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA27 is #4545D8. Grayscale: #A9A9A9. Windows color (decimal): -4539865 or 2603706. OLE color: 2603706.

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

Color convert

RGB18618639-
CMYK000.790.27
HSL60º65.33%44.12%-
HSV(B)60º79.03%72.94%-
XYZ38.1745.78.73-
YUV169.2454.5139.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=45.26%
G=45.26%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618639000.790.276065.3344.12
HexBABA27004F1B3c412c
Octal2722724700117337410154
Binary1011101010111010100111001001111110111111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA27; }

 p { color: rgb(186,186,39); }

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

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

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

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

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

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

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