#BABA26

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

Shades of Rio Grande #BABA26

Tints of Rio Grande #BABA26

Color information

#BABA26 (or 0xBABA26) is unknown color: approx Rio Grande. HEX triplet: BA, BA and 26. RGB value is (186,186,38). Sum of RGB (Red+Green+Blue) = 186+186+38=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA26 is #4545D9. Grayscale: #A9A9A9. Windows color (decimal): -4539866 or 2538170. OLE color: 2538170.

HSL color Cylindrical-coordinate representation of color #BABA26: hue angle of 60º 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 #BABA26 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18618638-
CMYK000.800.27
HSL60º66.07%43.92%-
HSV(B)60º79.57%72.94%-
XYZ38.1645.78.64-
YUV169.1354140.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 38 (15.23% from 255) = 9.27%
R=45.37%
G=45.37%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618638000.800.276066.0743.92
HexBABA2600501B3c422c
Octal2722724600120337410254
Binary1011101010111010100110001010000110111111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA26; }

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

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

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

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

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

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

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

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