#C2BA71

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

Shades of Dark Khaki #C2BA71

Tints of Dark Khaki #C2BA71

Color information

#C2BA71 (or 0xC2BA71) is unknown color: approx Dark Khaki. HEX triplet: C2, BA and 71. RGB value is (194,186,113). Sum of RGB (Red+Green+Blue) = 194+186+113=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA71 is #3D458E. Grayscale: #B4B4B4. Windows color (decimal): -4015503 or 7453378. OLE color: 7453378.

HSL color Cylindrical-coordinate representation of color #C2BA71: hue angle of 54.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2BA71 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194186113-
CMYK00.040.420.24
HSL54.07º39.9%60.2%-
HSV(B)54.07º41.75%76.08%-
XYZ42.7947.7822.59-
YUV180.0790.15137.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=39.35%
G=37.73%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418611300.040.420.2454.0739.960.2
HexC2BA71042A1836283c
Octal302272161045230665074
Binary11000010101110101110001010010101011000110110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA71; }

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

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

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

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

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

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

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

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