#C1BC73

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

Shades of Dark Khaki #C1BC73

Tints of Dark Khaki #C1BC73

Color information

#C1BC73 (or 0xC1BC73) is unknown color: approx Dark Khaki. HEX triplet: C1, BC and 73. RGB value is (193,188,115). Sum of RGB (Red+Green+Blue) = 193+188+115=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC73 is #3E438C. Grayscale: #B5B5B5. Windows color (decimal): -4080525 or 7584961. OLE color: 7584961.

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

Color convert

RGB193188115-
CMYK00.030.400.24
HSL56.15º38.61%60.39%-
HSV(B)56.15º40.41%75.69%-
XYZ43.0748.5423.32-
YUV181.1790.66136.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 115 (45.31% from 255) = 23.19%
R=38.91%
G=37.90%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318811500.030.400.2456.1538.6160.39
HexC1BC7303281838273c
Octal301274163035030704774
Binary1100000110111100111001101110100011000111000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC73; }

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

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

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

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

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

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

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

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