#C3BD74

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

Shades of Dark Khaki #C3BD74

Tints of Dark Khaki #C3BD74

Color information

#C3BD74 (or 0xC3BD74) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 74. RGB value is (195,189,116). Sum of RGB (Red+Green+Blue) = 195+189+116=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD74 is #3C428B. Grayscale: #B6B6B6. Windows color (decimal): -3949196 or 7650755. OLE color: 7650755.

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

Color convert

RGB195189116-
CMYK00.030.410.24
HSL55.44º39.7%60.98%-
HSV(B)55.44º40.51%76.47%-
XYZ43.8649.2623.72-
YUV182.4790.49136.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=39%
G=37.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518911600.030.410.2455.4439.760.98
HexC3BD7403291837283d
Octal303275164035130675075
Binary1100001110111101111010001110100111000110111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD74; }

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

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

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

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

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

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

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

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