#C3BE65

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

Shades of Dark Khaki #C3BE65

Tints of Dark Khaki #C3BE65

Color information

#C3BE65 (or 0xC3BE65) is unknown color: approx Dark Khaki. HEX triplet: C3, BE and 65. RGB value is (195,190,101). Sum of RGB (Red+Green+Blue) = 195+190+101=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE65 is #3C419A. Grayscale: #B5B5B5. Windows color (decimal): -3948955 or 6667971. OLE color: 6667971.

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

Color convert

RGB195190101-
CMYK00.030.480.24
HSL56.81º43.93%58.04%-
HSV(B)56.81º48.21%76.47%-
XYZ43.2749.3719.56-
YUV181.3582.66137.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 101 (39.84% from 255) = 20.78%
R=40.12%
G=39.09%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519010100.030.480.2456.8143.9358.04
HexC3BE65033018392c3a
Octal303276145036030715472
Binary1100001110111110110010101111000011000111001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE65; }

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

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

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

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

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

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

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

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