#C4BD69

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

Shades of Dark Khaki #C4BD69

Tints of Dark Khaki #C4BD69

Color information

#C4BD69 (or 0xC4BD69) is unknown color: approx Dark Khaki. HEX triplet: C4, BD and 69. RGB value is (196,189,105). Sum of RGB (Red+Green+Blue) = 196+189+105=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD69 is #3B4296. Grayscale: #B5B5B5. Windows color (decimal): -3883671 or 6929860. OLE color: 6929860.

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

Color convert

RGB196189105-
CMYK00.040.460.23
HSL55.38º43.54%59.02%-
HSV(B)55.38º46.43%76.86%-
XYZ43.5149.1520.56-
YUV181.5284.82138.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=40%
G=38.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618910500.040.460.2355.3843.5459.02
HexC4BD69042E17372c3b
Octal304275151045627675473
Binary11000100101111011101001010010111010111110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD69; }

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

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

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

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

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

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

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

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