#C3BE61

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

Shades of Dark Khaki #C3BE61

Tints of Dark Khaki #C3BE61

Color information

#C3BE61 (or 0xC3BE61) is unknown color: approx Dark Khaki. HEX triplet: C3, BE and 61. RGB value is (195,190,97). Sum of RGB (Red+Green+Blue) = 195+190+97=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE61 is #3C419E. Grayscale: #B5B5B5. Windows color (decimal): -3948959 or 6405827. OLE color: 6405827.

HSL color Cylindrical-coordinate representation of color #C3BE61: hue angle of 56.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3BE61 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19519097-
CMYK00.030.500.24
HSL56.94º44.95%57.25%-
HSV(B)56.94º50.26%76.47%-
XYZ43.0849.2918.55-
YUV180.8980.66138.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=40.46%
G=39.42%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951909700.030.500.2456.9444.9557.25
HexC3BE61033218392d39
Octal303276141036230715571
Binary1100001110111110110000101111001011000111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE61; }

 p { color: rgb(195,190,97); }

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

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

 a { background-color: rgb(195,190,97); }

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

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

 span { border-color: rgb(195,190,97); }

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