#C5BE67

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

Shades of Dark Khaki #C5BE67

Tints of Dark Khaki #C5BE67

Color information

#C5BE67 (or 0xC5BE67) is unknown color: approx Dark Khaki. HEX triplet: C5, BE and 67. RGB value is (197,190,103). Sum of RGB (Red+Green+Blue) = 197+190+103=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE67 is #3A4198. Grayscale: #B6B6B6. Windows color (decimal): -3817881 or 6799045. OLE color: 6799045.

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

Color convert

RGB197190103-
CMYK00.040.480.23
HSL55.53º44.76%58.82%-
HSV(B)55.53º47.72%77.25%-
XYZ43.8949.6820.11-
YUV182.1883.32138.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=40.20%
G=38.78%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719010300.040.480.2355.5344.7658.82
HexC5BE67043017382d3b
Octal305276147046027705573
Binary11000101101111101100111010011000010111111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE67; }

 p { color: rgb(197,190,103); }

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

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

 a { background-color: rgb(197,190,103); }

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

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

 span { border-color: rgb(197,190,103); }

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