#C2BA77

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

Shades of Dark Khaki #C2BA77

Tints of Dark Khaki #C2BA77

Color information

#C2BA77 (or 0xC2BA77) is unknown color: approx Dark Khaki. HEX triplet: C2, BA and 77. RGB value is (194,186,119). Sum of RGB (Red+Green+Blue) = 194+186+119=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA77 is #3D4588. Grayscale: #B5B5B5. Windows color (decimal): -4015497 or 7846594. OLE color: 7846594.

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

Color convert

RGB194186119-
CMYK00.040.390.24
HSL53.6º38.07%61.37%-
HSV(B)53.6º38.66%76.08%-
XYZ43.1447.9224.43-
YUV180.7593.15137.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=38.88%
G=37.27%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418611900.040.390.2453.638.0761.37
HexC2BA7704271836263d
Octal302272167044730664675
Binary11000010101110101110111010010011111000110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA77; }

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

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

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

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

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

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

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

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