#C1BE73

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

Shades of Dark Khaki #C1BE73

Tints of Dark Khaki #C1BE73

Color information

#C1BE73 (or 0xC1BE73) is unknown color: approx Dark Khaki. HEX triplet: C1, BE and 73. RGB value is (193,190,115). Sum of RGB (Red+Green+Blue) = 193+190+115=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE73 is #3E418C. Grayscale: #B6B6B6. Windows color (decimal): -4080013 or 7585473. OLE color: 7585473.

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

Color convert

RGB193190115-
CMYK00.020.400.24
HSL57.69º38.61%60.39%-
HSV(B)57.69º40.41%75.69%-
XYZ43.549.423.46-
YUV182.3589.99135.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=38.76%
G=38.15%
B=23.09%

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
Decimal19319011500.020.400.2457.6938.6160.39
HexC1BE730228183a273c
Octal301276163025030724774
Binary1100000110111110111001101010100011000111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE73; }

 p { color: rgb(193,190,115); }

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

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

 a { background-color: rgb(193,190,115); }

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

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

 span { border-color: rgb(193,190,115); }

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