#C4BE65

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

Shades of Dark Khaki #C4BE65

Tints of Dark Khaki #C4BE65

Color information

#C4BE65 (or 0xC4BE65) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 65. RGB value is (196,190,101). Sum of RGB (Red+Green+Blue) = 196+190+101=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE65 is #3B419A. Grayscale: #B6B6B6. Windows color (decimal): -3883419 or 6667972. OLE color: 6667972.

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

Color convert

RGB196190101-
CMYK00.030.480.23
HSL56.21º44.6%58.24%-
HSV(B)56.21º48.47%76.86%-
XYZ43.5349.519.57-
YUV181.6582.49138.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=40.25%
G=39.01%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619010100.030.480.2356.2144.658.24
HexC4BE65033017382d3a
Octal304276145036027705572
Binary1100010010111110110010101111000010111111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE65; }

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

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

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

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

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

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

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

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