#C3BD66

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

Shades of Dark Khaki #C3BD66

Tints of Dark Khaki #C3BD66

Color information

#C3BD66 (or 0xC3BD66) is unknown color: approx Dark Khaki. HEX triplet: C3, BD and 66. RGB value is (195,189,102). Sum of RGB (Red+Green+Blue) = 195+189+102=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD66 is #3C4299. Grayscale: #B5B5B5. Windows color (decimal): -3949210 or 6733251. OLE color: 6733251.

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

Color convert

RGB195189102-
CMYK00.030.480.24
HSL56.13º43.66%58.24%-
HSV(B)56.13º47.69%76.47%-
XYZ43.148.9619.75-
YUV180.8883.49138.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=40.12%
G=38.89%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518910200.030.480.2456.1343.6658.24
HexC3BD66033018382c3a
Octal303275146036030705472
Binary1100001110111101110011001111000011000111000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD66; }

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

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

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

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

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

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

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

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