#C4BD5C

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

Shades of Dark Khaki #C4BD5C

Tints of Dark Khaki #C4BD5C

Color information

#C4BD5C (or 0xC4BD5C) is unknown color: approx Dark Khaki. HEX triplet: C4, BD and 5C. RGB value is (196,189,92). Sum of RGB (Red+Green+Blue) = 196+189+92=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD5C is #3B42A3. Grayscale: #B4B4B4. Windows color (decimal): -3883684 or 6077892. OLE color: 6077892.

HSL color Cylindrical-coordinate representation of color #C4BD5C: hue angle of 55.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4BD5C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19618992-
CMYK00.040.530.23
HSL55.96º46.85%56.47%-
HSV(B)55.96º53.06%76.86%-
XYZ42.8948.917.3-
YUV180.0478.32139.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=41.09%
G=39.62%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961899200.040.530.2355.9646.8556.47
HexC4BD5C043517382f38
Octal304275134046527705770
Binary11000100101111011011100010011010110111111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD5C; }

 p { color: rgb(196,189,92); }

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

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

 a { background-color: rgb(196,189,92); }

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

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

 span { border-color: rgb(196,189,92); }

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