Html Css Color HEX #BABC71 Dark Khaki

📋 copy color: '#BABC71'

red 186 ◦ green 188 ◦ blue 113

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

Shades of Dark Khaki #BABC71

Tints of Dark Khaki #BABC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 38.19%
G = 38.6%
B = 23.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BABC71 (or 0xBABC71) is known color: Dark Khaki. HEX triplet: BA, BC and 71. RGB value is (186,188,113). Sum of RGB (Red+Green+Blue) = 186+188+113=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC71 is #45438E. Grayscale: #B3B3B3. Windows color (decimal): -4539279 or 7453882. OLE color: 7453882.

HSL color Cylindrical-coordinate representation of color #BABC71: hue angle of 61.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BABC71 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 113 -
CMYK 0.01 0 0.40 0.26
HSL 61.6º 0.36% 0.59% -
HSV(B) 61.6º 0.4% 0.74% -
XYZ 41.21 47.6 22.64 -
YUV 178.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 186 188 113 0.01 0 0.40 0.26 61.6 0.36 0.59
Hex BA BC 71 1 0 28 1A 3E 24 3B
Octal 272 274 161 1 0 50 32 76 44 73
Binary 10111010 10111100 1110001 1 0 101000 11010 111110 100100 111011

Color Harmonies of #BABC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC71

Black with #BABC71

Text Example


Text Example

White with #BABC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC71; }

 p { color: rgb(186,188,113); }

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

background-color css

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

 a { background-color: rgb(186,188,113); }

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

border-color css

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

 span { border-color: rgb(186,188,113); }

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