#BABE1F

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

Shades of Rio Grande #BABE1F

Tints of Rio Grande #BABE1F

Color information

#BABE1F (or 0xBABE1F) is unknown color: approx Rio Grande. HEX triplet: BA, BE and 1F. RGB value is (186,190,31). Sum of RGB (Red+Green+Blue) = 186+190+31=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE1F is #4541E0. Grayscale: #ABABAB. Windows color (decimal): -4538849 or 2080442. OLE color: 2080442.

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

Color convert

RGB18619031-
CMYK0.0200.840.25
HSL61.51º71.95%43.33%-
HSV(B)61.51º83.68%74.51%-
XYZ38.9147.368.39-
YUV170.6849.17138.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 31 (12.5% from 255) = 7.62%
R=45.70%
G=46.68%
B=7.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190310.0200.840.2561.5171.9543.33
HexBABE1F2054193e482b
Octal2722763720124317611053
Binary1011101010111110111111001010100110011111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE1F; }

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

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

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

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

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

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

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

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