#BABD26

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

Shades of Rio Grande #BABD26

Tints of Rio Grande #BABD26

Color information

#BABD26 (or 0xBABD26) is unknown color: approx Rio Grande. HEX triplet: BA, BD and 26. RGB value is (186,189,38). Sum of RGB (Red+Green+Blue) = 186+189+38=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD26 is #4542D9. Grayscale: #ABABAB. Windows color (decimal): -4539098 or 2538938. OLE color: 2538938.

HSL color Cylindrical-coordinate representation of color #BABD26: hue angle of 61.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BABD26 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB18618938-
CMYK0.0200.800.26
HSL61.19º66.52%44.51%-
HSV(B)61.19º79.89%74.12%-
XYZ38.846.978.86-
YUV170.8953.01138.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 189 (74.22% from 255) = 45.76%
BLUE value IS 38 (15.23% from 255) = 9.20%
R=45.04%
G=45.76%
B=9.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189380.0200.800.2661.1966.5244.51
HexBABD2620501A3d432d
Octal2722754620120327510355
Binary10111010101111011001101001010000110101111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD26; }

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

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

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

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

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

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

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

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