#C1BF70

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

Shades of Dark Khaki #C1BF70

Tints of Dark Khaki #C1BF70

Color information

#C1BF70 (or 0xC1BF70) is unknown color: approx Dark Khaki. HEX triplet: C1, BF and 70. RGB value is (193,191,112). Sum of RGB (Red+Green+Blue) = 193+191+112=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF70 is #3E408F. Grayscale: #B6B6B6. Windows color (decimal): -4079760 or 7389121. OLE color: 7389121.

HSL color Cylindrical-coordinate representation of color #C1BF70: hue angle of 58.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1BF70 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193191112-
CMYK00.010.420.24
HSL58.52º39.51%59.8%-
HSV(B)58.52º41.97%75.69%-
XYZ43.5549.7722.64-
YUV182.5988.16135.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 112 (44.14% from 255) = 22.58%
R=38.91%
G=38.51%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319111200.010.420.2458.5239.5159.8
HexC1BF70012A183b283c
Octal301277160015230735074
Binary110000011011111111100000110101011000111011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF70; }

 p { color: rgb(193,191,112); }

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

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

 a { background-color: rgb(193,191,112); }

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

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

 span { border-color: rgb(193,191,112); }

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