#C1BC70

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

Shades of Dark Khaki #C1BC70

Tints of Dark Khaki #C1BC70

Color information

#C1BC70 (or 0xC1BC70) is unknown color: approx Dark Khaki. HEX triplet: C1, BC and 70. RGB value is (193,188,112). Sum of RGB (Red+Green+Blue) = 193+188+112=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC70 is #3E438F. Grayscale: #B5B5B5. Windows color (decimal): -4080528 or 7388353. OLE color: 7388353.

HSL color Cylindrical-coordinate representation of color #C1BC70: hue angle of 56.3º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1BC70 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193188112-
CMYK00.030.420.24
HSL56.3º39.51%59.8%-
HSV(B)56.3º41.97%75.69%-
XYZ42.948.4722.42-
YUV180.8389.16136.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=39.15%
G=38.13%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318811200.030.420.2456.339.5159.8
HexC1BC70032A1838283c
Octal301274160035230705074
Binary1100000110111100111000001110101011000111000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC70; }

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

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

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

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

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

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

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

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