#C1BE70

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

Shades of Dark Khaki #C1BE70

Tints of Dark Khaki #C1BE70

Color information

#C1BE70 (or 0xC1BE70) is unknown color: approx Dark Khaki. HEX triplet: C1, BE and 70. RGB value is (193,190,112). Sum of RGB (Red+Green+Blue) = 193+190+112=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE70 is #3E418F. Grayscale: #B6B6B6. Windows color (decimal): -4080016 or 7388865. OLE color: 7388865.

HSL color Cylindrical-coordinate representation of color #C1BE70: hue angle of 57.78º 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 #C1BE70 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193190112-
CMYK00.020.420.24
HSL57.78º39.51%59.8%-
HSV(B)57.78º41.97%75.69%-
XYZ43.3349.3322.57-
YUV18288.49135.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=38.99%
G=38.38%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319011200.020.420.2457.7839.5159.8
HexC1BE70022A183a283c
Octal301276160025230725074
Binary1100000110111110111000001010101011000111010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BE70; }

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

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

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

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

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

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

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

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