#C2B862

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

Shades of Dark Khaki #C2B862

Tints of Dark Khaki #C2B862

Color information

#C2B862 (or 0xC2B862) is unknown color: approx Dark Khaki. HEX triplet: C2, B8 and 62. RGB value is (194,184,98). Sum of RGB (Red+Green+Blue) = 194+184+98=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B862 is #3D479D. Grayscale: #B1B1B1. Windows color (decimal): -4016030 or 6469826. OLE color: 6469826.

HSL color Cylindrical-coordinate representation of color #C2B862: hue angle of 53.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2B862 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19418498-
CMYK00.050.490.24
HSL53.75º44.04%57.25%-
HSV(B)53.75º49.48%76.08%-
XYZ41.5946.6318.36-
YUV177.1983.31139.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=40.76%
G=38.66%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941849800.050.490.2453.7544.0457.25
HexC2B862053118362c39
Octal302270142056130665471
Binary11000010101110001100010010111000111000110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B862; }

 p { color: rgb(194,184,98); }

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

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

 a { background-color: rgb(194,184,98); }

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

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

 span { border-color: rgb(194,184,98); }

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