#C1BC61

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

Shades of Dark Khaki #C1BC61

Tints of Dark Khaki #C1BC61

Color information

#C1BC61 (or 0xC1BC61) is unknown color: approx Dark Khaki. HEX triplet: C1, BC and 61. RGB value is (193,188,97). Sum of RGB (Red+Green+Blue) = 193+188+97=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC61 is #3E439E. Grayscale: #B3B3B3. Windows color (decimal): -4080543 or 6405313. OLE color: 6405313.

HSL color Cylindrical-coordinate representation of color #C1BC61: hue angle of 56.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1BC61 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19318897-
CMYK00.030.500.24
HSL56.88º43.64%56.86%-
HSV(B)56.88º49.74%75.69%-
XYZ42.1348.1718.39-
YUV179.1281.66137.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=40.38%
G=39.33%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931889700.030.500.2456.8843.6456.86
HexC1BC61033218392c39
Octal301274141036230715471
Binary1100000110111100110000101111001011000111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC61; }

 p { color: rgb(193,188,97); }

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

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

 a { background-color: rgb(193,188,97); }

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

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

 span { border-color: rgb(193,188,97); }

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