#C1BB76

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

Shades of Dark Khaki #C1BB76

Tints of Dark Khaki #C1BB76

Color information

#C1BB76 (or 0xC1BB76) is unknown color: approx Dark Khaki. HEX triplet: C1, BB and 76. RGB value is (193,187,118). Sum of RGB (Red+Green+Blue) = 193+187+118=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB76 is #3E4489. Grayscale: #B5B5B5. Windows color (decimal): -4080778 or 7781313. OLE color: 7781313.

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

Color convert

RGB193187118-
CMYK00.030.390.24
HSL55.2º37.69%60.98%-
HSV(B)55.2º38.86%75.69%-
XYZ43.0348.1924.17-
YUV180.9392.49136.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=38.76%
G=37.55%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318711800.030.390.2455.237.6960.98
HexC1BB7603271837263d
Octal301273166034730674675
Binary1100000110111011111011001110011111000110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB76; }

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

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

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

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

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

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

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

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