#C1BD64

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

Shades of Dark Khaki #C1BD64

Tints of Dark Khaki #C1BD64

Color information

#C1BD64 (or 0xC1BD64) is unknown color: approx Dark Khaki. HEX triplet: C1, BD and 64. RGB value is (193,189,100). Sum of RGB (Red+Green+Blue) = 193+189+100=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD64 is #3E429B. Grayscale: #B4B4B4. Windows color (decimal): -4080284 or 6602177. OLE color: 6602177.

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

Color convert

RGB193189100-
CMYK00.020.480.24
HSL57.42º42.86%57.45%-
HSV(B)57.42º48.19%75.69%-
XYZ42.4948.6519.21-
YUV180.0582.83137.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 100 (39.45% from 255) = 20.75%
R=40.04%
G=39.21%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318910000.020.480.2457.4242.8657.45
HexC1BD64023018392b39
Octal301275144026030715371
Binary1100000110111101110010001011000011000111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD64; }

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

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

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

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

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

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

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

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