#C4BA71

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

Shades of Dark Khaki #C4BA71

Tints of Dark Khaki #C4BA71

Color information

#C4BA71 (or 0xC4BA71) is unknown color: approx Dark Khaki. HEX triplet: C4, BA and 71. RGB value is (196,186,113). Sum of RGB (Red+Green+Blue) = 196+186+113=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA71 is #3B458E. Grayscale: #B4B4B4. Windows color (decimal): -3884431 or 7453380. OLE color: 7453380.

HSL color Cylindrical-coordinate representation of color #C4BA71: hue angle of 52.77º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4BA71 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB196186113-
CMYK00.050.420.23
HSL52.77º41.29%60.59%-
HSV(B)52.77º42.35%76.86%-
XYZ43.348.0522.61-
YUV180.6789.81138.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=39.60%
G=37.58%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618611300.050.420.2352.7741.2960.59
HexC4BA71052A1735293d
Octal304272161055227655175
Binary11000100101110101110001010110101010111110101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA71; }

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

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

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

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

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

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

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

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