#C1BD63

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

Shades of Dark Khaki #C1BD63

Tints of Dark Khaki #C1BD63

Color information

#C1BD63 (or 0xC1BD63) is unknown color: approx Dark Khaki. HEX triplet: C1, BD and 63. RGB value is (193,189,99). Sum of RGB (Red+Green+Blue) = 193+189+99=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD63 is #3E429C. Grayscale: #B4B4B4. Windows color (decimal): -4080285 or 6536641. OLE color: 6536641.

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

Color convert

RGB19318999-
CMYK00.020.490.24
HSL57.45º43.12%57.25%-
HSV(B)57.45º48.7%75.69%-
XYZ42.4448.6318.95-
YUV179.9482.33137.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=40.12%
G=39.29%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931899900.020.490.2457.4543.1257.25
HexC1BD63023118392b39
Octal301275143026130715371
Binary1100000110111101110001101011000111000111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD63; }

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

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

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

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

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

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

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

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