#C5BE74

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

Shades of Dark Khaki #C5BE74

Tints of Dark Khaki #C5BE74

Color information

#C5BE74 (or 0xC5BE74) is unknown color: approx Dark Khaki. HEX triplet: C5, BE and 74. RGB value is (197,190,116). Sum of RGB (Red+Green+Blue) = 197+190+116=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE74 is #3A418B. Grayscale: #B7B7B7. Windows color (decimal): -3817868 or 7651013. OLE color: 7651013.

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

Color convert

RGB197190116-
CMYK00.040.410.23
HSL54.81º41.12%61.37%-
HSV(B)54.81º41.12%77.25%-
XYZ44.5949.9623.82-
YUV183.6689.82137.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=39.17%
G=37.77%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719011600.040.410.2354.8141.1261.37
HexC5BE7404291737293d
Octal305276164045127675175
Binary11000101101111101110100010010100110111110111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE74; }

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

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

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

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

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

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

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

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