#C3BD68

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

Shades of Dark Khaki #C3BD68

Tints of Dark Khaki #C3BD68

Color information

#C3BD68 (or 0xC3BD68) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 68. RGB value is (195,189,104). Sum of RGB (Red+Green+Blue) = 195+189+104=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD68 is #3C4297. Grayscale: #B5B5B5. Windows color (decimal): -3949208 or 6864323. OLE color: 6864323.

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

Color convert

RGB195189104-
CMYK00.030.470.24
HSL56.04º43.13%58.63%-
HSV(B)56.04º46.67%76.47%-
XYZ43.24920.28-
YUV181.184.49137.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 189 (74.22% from 255) = 38.73%
BLUE value IS 104 (41.02% from 255) = 21.31%
R=39.96%
G=38.73%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518910400.030.470.2456.0443.1358.63
HexC3BD68032F18382b3b
Octal303275150035730705373
Binary1100001110111101110100001110111111000111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD68; }

 p { color: rgb(195,189,104); }

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

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

 a { background-color: rgb(195,189,104); }

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

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

 span { border-color: rgb(195,189,104); }

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