#C3BE5F

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

Shades of Dark Khaki #C3BE5F

Tints of Dark Khaki #C3BE5F

Color information

#C3BE5F (or 0xC3BE5F) is unknown color: approx Dark Khaki. HEX triplet: C3, BE and 5F. RGB value is (195,190,95). Sum of RGB (Red+Green+Blue) = 195+190+95=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE5F is #3C41A0. Grayscale: #B5B5B5. Windows color (decimal): -3948961 or 6274755. OLE color: 6274755.

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

Color convert

RGB19519095-
CMYK00.030.510.24
HSL57º45.45%56.86%-
HSV(B)57º51.28%76.47%-
XYZ42.9849.2618.07-
YUV180.6679.66138.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 95 (37.5% from 255) = 19.79%
R=40.62%
G=39.58%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951909500.030.510.245745.4556.86
HexC3BE5F033318392d39
Octal303276137036330715571
Binary1100001110111110101111101111001111000111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE5F; }

 p { color: rgb(195,190,95); }

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

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

 a { background-color: rgb(195,190,95); }

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

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

 span { border-color: rgb(195,190,95); }

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