#C2BD5E

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

Shades of Dark Khaki #C2BD5E

Tints of Dark Khaki #C2BD5E

Color information

#C2BD5E (or 0xC2BD5E) is unknown color: approx Dark Khaki. HEX triplet: C2, BD and 5E. RGB value is (194,189,94). Sum of RGB (Red+Green+Blue) = 194+189+94=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD5E is #3D42A1. Grayscale: #B4B4B4. Windows color (decimal): -4014754 or 6208962. OLE color: 6208962.

HSL color Cylindrical-coordinate representation of color #C2BD5E: hue angle of 57º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2BD5E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19418994-
CMYK00.030.520.24
HSL57º45.05%56.47%-
HSV(B)57º51.55%76.08%-
XYZ42.4748.6717.75-
YUV179.6779.66138.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=40.67%
G=39.62%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941899400.030.520.245745.0556.47
HexC2BD5E033418392d38
Octal302275136036430715570
Binary1100001010111101101111001111010011000111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD5E; }

 p { color: rgb(194,189,94); }

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

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

 a { background-color: rgb(194,189,94); }

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

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

 span { border-color: rgb(194,189,94); }

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