#C1BD6C

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

Shades of Dark Khaki #C1BD6C

Tints of Dark Khaki #C1BD6C

Color information

#C1BD6C (or 0xC1BD6C) is unknown color: approx Dark Khaki. HEX triplet: C1, BD and 6C. RGB value is (193,189,108). Sum of RGB (Red+Green+Blue) = 193+189+108=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD6C is #3E4293. Grayscale: #B5B5B5. Windows color (decimal): -4080276 or 7126465. OLE color: 7126465.

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

Color convert

RGB193189108-
CMYK00.020.440.24
HSL57.18º40.67%59.02%-
HSV(B)57.18º44.04%75.69%-
XYZ42.948.8221.35-
YUV180.9686.83136.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=39.39%
G=38.57%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318910800.020.440.2457.1840.6759.02
HexC1BD6C022C1839293b
Octal301275154025430715173
Binary1100000110111101110110001010110011000111001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD6C; }

 p { color: rgb(193,189,108); }

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

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

 a { background-color: rgb(193,189,108); }

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

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

 span { border-color: rgb(193,189,108); }

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