#BABD2D

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

Shades of Rio Grande #BABD2D

Tints of Rio Grande #BABD2D

Color information

#BABD2D (or 0xBABD2D) is unknown color: approx Rio Grande. HEX triplet: BA, BD and 2D. RGB value is (186,189,45). Sum of RGB (Red+Green+Blue) = 186+189+45=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD2D is #4542D2. Grayscale: #ACACAC. Windows color (decimal): -4539091 or 2997690. OLE color: 2997690.

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

Color convert

RGB18618945-
CMYK0.0200.760.26
HSL61.25º61.54%45.88%-
HSV(B)61.25º76.19%74.12%-
XYZ38.9247.029.51-
YUV171.6956.51138.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=44.29%
G=45%
B=10.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189450.0200.760.2661.2561.5445.88
HexBABD2D204C1A3d3e2e
Octal272275552011432757656
Binary1011101010111101101101100100110011010111101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD2D; }

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

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

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

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

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

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

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

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