#BABE2B

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

Shades of Rio Grande #BABE2B

Tints of Rio Grande #BABE2B

Color information

#BABE2B (or 0xBABE2B) is unknown color: approx Rio Grande. HEX triplet: BA, BE and 2B. RGB value is (186,190,43). Sum of RGB (Red+Green+Blue) = 186+190+43=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE2B is #4541D4. Grayscale: #ACACAC. Windows color (decimal): -4538837 or 2866874. OLE color: 2866874.

HSL color Cylindrical-coordinate representation of color #BABE2B: hue angle of 61.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BABE2B is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB18619043-
CMYK0.0200.770.25
HSL61.63º63.09%45.69%-
HSV(B)61.63º77.37%74.51%-
XYZ39.147.449.38-
YUV172.0555.17137.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 43 (17.19% from 255) = 10.26%
R=44.39%
G=45.35%
B=10.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190430.0200.770.2561.6363.0945.69
HexBABE2B204D193e3f2e
Octal272276532011531767756
Binary1011101010111110101011100100110111001111110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE2B; }

 p { color: rgb(186,190,43); }

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

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

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

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

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

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

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