#C1BB61

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

Shades of Dark Khaki #C1BB61

Tints of Dark Khaki #C1BB61

Color information

#C1BB61 (or 0xC1BB61) is unknown color: approx Dark Khaki. HEX triplet: C1, BB and 61. RGB value is (193,187,97). Sum of RGB (Red+Green+Blue) = 193+187+97=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB61 is #3E449E. Grayscale: #B2B2B2. Windows color (decimal): -4080799 or 6405057. OLE color: 6405057.

HSL color Cylindrical-coordinate representation of color #C1BB61: hue angle of 56.25º degrees, saturation: 0.44, 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 #C1BB61 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19318797-
CMYK00.030.500.24
HSL56.25º43.64%56.86%-
HSV(B)56.25º49.74%75.69%-
XYZ41.9247.7418.31-
YUV178.5381.99138.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=40.46%
G=39.20%
B=20.34%

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
Decimal1931879700.030.500.2456.2543.6456.86
HexC1BB61033218382c39
Octal301273141036230705471
Binary1100000110111011110000101111001011000111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB61; }

 p { color: rgb(193,187,97); }

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

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

 a { background-color: rgb(193,187,97); }

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

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

 span { border-color: rgb(193,187,97); }

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