#C3BD63

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

Shades of Dark Khaki #C3BD63

Tints of Dark Khaki #C3BD63

Color information

#C3BD63 (or 0xC3BD63) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 63. RGB value is (195,189,99). Sum of RGB (Red+Green+Blue) = 195+189+99=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD63 is #3C429C. Grayscale: #B4B4B4. Windows color (decimal): -3949213 or 6536643. OLE color: 6536643.

HSL color Cylindrical-coordinate representation of color #C3BD63: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3BD63 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19518999-
CMYK00.030.490.24
HSL56.25º44.44%57.65%-
HSV(B)56.25º49.23%76.47%-
XYZ42.9648.918.98-
YUV180.5381.99138.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=40.37%
G=39.13%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951899900.030.490.2456.2544.4457.65
HexC3BD63033118382c3a
Octal303275143036130705472
Binary1100001110111101110001101111000111000111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD63; }

 p { color: rgb(195,189,99); }

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

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

 a { background-color: rgb(195,189,99); }

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

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

 span { border-color: rgb(195,189,99); }

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