#C2BE74

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

Shades of Dark Khaki #C2BE74

Tints of Dark Khaki #C2BE74

Color information

#C2BE74 (or 0xC2BE74) is unknown color: approx Dark Khaki. HEX triplet: C2, BE and 74. RGB value is (194,190,116). Sum of RGB (Red+Green+Blue) = 194+190+116=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE74 is #3D418B. Grayscale: #B7B7B7. Windows color (decimal): -4014476 or 7651010. OLE color: 7651010.

HSL color Cylindrical-coordinate representation of color #C2BE74: hue angle of 56.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2BE74 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194190116-
CMYK00.020.400.24
HSL56.92º39%60.78%-
HSV(B)56.92º40.21%76.08%-
XYZ43.8149.5623.78-
YUV182.7690.33136.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=38.8%
G=38%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419011600.020.400.2456.923960.78
HexC2BE7402281839273d
Octal302276164025030714775
Binary1100001010111110111010001010100011000111001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE74; }

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

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

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

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

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

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

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

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