Html Css Color HEX #BABD70 Dark Khaki

📋 copy color: '#BABD70'

red 186 ◦ green 189 ◦ blue 112

#BABD70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BABD70

Tints of Dark Khaki #BABD70

RGB

 RED value IS 186 (73.05% from 255) = 38.19%

 GREEN value IS 189 (74.22% from 255) = 38.81%

 BLUE value IS 112 (44.14% from 255) = 23%

R = 38.19%
G = 38.81%
B = 23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BABD70 (or 0xBABD70) is known color: Dark Khaki. HEX triplet: BA, BD and 70. RGB value is (186,189,112). Sum of RGB (Red+Green+Blue) = 186+189+112=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD70 is #45428F. Grayscale: #B3B3B3. Windows color (decimal): -4539024 or 7388602. OLE color: 7388602.

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

Color convert

RGB 186 189 112 -
CMYK 0.02 0 0.41 0.26
HSL 62.34º 0.37% 0.59% -
HSV(B) 62.34º 0.41% 0.74% -
XYZ 41.37 48 22.41 -
YUV 179.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 186 189 112 0.02 0 0.41 0.26 62.34 0.37 0.59
Hex BA BD 70 2 0 29 1A 3E 25 3B
Octal 272 275 160 2 0 51 32 76 45 73
Binary 10111010 10111101 1110000 10 0 101001 11010 111110 100101 111011

Color Harmonies of #BABD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD70

Black with #BABD70

Text Example


Text Example

White with #BABD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD70; }

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

 H1.HeaderClassName
 {
   color: #BABD70;
 }
 .AnyTagClassName
 {
   color: #BABD70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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