#C2BC69

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

Shades of Dark Khaki #C2BC69

Tints of Dark Khaki #C2BC69

Color information

#C2BC69 (or 0xC2BC69) is unknown color: approx Dark Khaki. HEX triplet: C2, BC and 69. RGB value is (194,188,105). Sum of RGB (Red+Green+Blue) = 194+188+105=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC69 is #3D4396. Grayscale: #B4B4B4. Windows color (decimal): -4014999 or 6929602. OLE color: 6929602.

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

Color convert

RGB194188105-
CMYK00.030.460.24
HSL55.96º42.18%58.63%-
HSV(B)55.96º45.88%76.08%-
XYZ42.7848.4620.46-
YUV180.3385.49137.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 188 (73.83% from 255) = 38.60%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=39.84%
G=38.60%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418810500.030.460.2455.9642.1858.63
HexC2BC69032E18382a3b
Octal302274151035630705273
Binary1100001010111100110100101110111011000111000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC69; }

 p { color: rgb(194,188,105); }

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

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

 a { background-color: rgb(194,188,105); }

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

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

 span { border-color: rgb(194,188,105); }

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