#BABD2A

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

Shades of Rio Grande #BABD2A

Tints of Rio Grande #BABD2A

Color information

#BABD2A (or 0xBABD2A) is unknown color: approx Rio Grande. HEX triplet: BA, BD and 2A. RGB value is (186,189,42). Sum of RGB (Red+Green+Blue) = 186+189+42=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD2A is #4542D5. Grayscale: #ABABAB. Windows color (decimal): -4539094 or 2801082. OLE color: 2801082.

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

Color convert

RGB18618942-
CMYK0.0200.780.26
HSL61.22º63.64%45.29%-
HSV(B)61.22º77.78%74.12%-
XYZ38.87479.21-
YUV171.3455.01138.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 42 (16.80% from 255) = 10.07%
R=44.60%
G=45.32%
B=10.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189420.0200.780.2661.2263.6445.29
HexBABD2A204E1A3d402d
Octal2722755220116327510055
Binary10111010101111011010101001001110110101111011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD2A; }

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

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

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

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

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

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

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

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