#BAB926

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

Shades of Rio Grande #BAB926

Tints of Rio Grande #BAB926

Color information

#BAB926 (or 0xBAB926) is unknown color: approx Rio Grande. HEX triplet: BA, B9 and 26. RGB value is (186,185,38). Sum of RGB (Red+Green+Blue) = 186+185+38=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB926 is #4546D9. Grayscale: #A9A9A9. Windows color (decimal): -4540122 or 2537914. OLE color: 2537914.

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

Color convert

RGB18618538-
CMYK00.010.800.27
HSL59.59º66.07%43.92%-
HSV(B)59.59º79.57%72.94%-
XYZ37.9545.288.57-
YUV168.5454.33140.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 38 (15.23% from 255) = 9.29%
R=45.48%
G=45.23%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861853800.010.800.2759.5966.0743.92
HexBAB92601501B3c422c
Octal2722714601120337410254
Binary1011101010111001100110011010000110111111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB926; }

 p { color: rgb(186,185,38); }

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

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

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

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

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

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

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