#C3BD71

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

Shades of Dark Khaki #C3BD71

Tints of Dark Khaki #C3BD71

Color information

#C3BD71 (or 0xC3BD71) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 71. RGB value is (195,189,113). Sum of RGB (Red+Green+Blue) = 195+189+113=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD71 is #3C428E. Grayscale: #B6B6B6. Windows color (decimal): -3949199 or 7454147. OLE color: 7454147.

HSL color Cylindrical-coordinate representation of color #C3BD71: hue angle of 55.61º degrees, saturation: 0.41, 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 #C3BD71 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195189113-
CMYK00.030.420.24
HSL55.61º40.59%60.39%-
HSV(B)55.61º42.05%76.47%-
XYZ43.6849.1922.81-
YUV182.1388.99137.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=39.24%
G=38.03%
B=22.74%

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
Decimal19518911300.030.420.2455.6140.5960.39
HexC3BD71032A1838293c
Octal303275161035230705174
Binary1100001110111101111000101110101011000111000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD71; }

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

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

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

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

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

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

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

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