#BABE65

Color #BABE65 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BABE65

Tints of Dark Khaki #BABE65

Color information

#BABE65 (or 0xBABE65) is unknown color: approx Dark Khaki. HEX triplet: BA, BE and 65. RGB value is (186,190,101). Sum of RGB (Red+Green+Blue) = 186+190+101=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABE65 is #45419A. Grayscale: #B3B3B3. Windows color (decimal): -4538779 or 6667962. OLE color: 6667962.

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

Color convert

RGB186190101-
CMYK0.0200.470.25
HSL62.7º40.64%57.06%-
HSV(B)62.7º46.84%74.51%-
XYZ41.0148.2119.45-
YUV178.6684.17133.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=38.99%
G=39.83%
B=21.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901010.0200.470.2562.740.6457.06
HexBABE65202F193f2939
Octal272276145205731775171
Binary1011101010111110110010110010111111001111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE65; }

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

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

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

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

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

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

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

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