Html Css Color HEX #C1BA60 Dark Khaki

📋 copy color: '#C1BA60'

red 193 ◦ green 186 ◦ blue 96

#C1BA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C1BA60

Tints of Dark Khaki #C1BA60

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

 GREEN value IS 186 (73.05% from 255) = 39.16%

 BLUE value IS 96 (37.89% from 255) = 20.21%

R = 40.63%
G = 39.16%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1BA60 (or 0xC1BA60) is known color: Dark Khaki. HEX triplet: C1, BA and 60. RGB value is (193,186,96). Sum of RGB (Red+Green+Blue) = 193+186+96=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA60 is #3E459F. Grayscale: #B2B2B2. Windows color (decimal): -4081056 or 6339265. OLE color: 6339265.

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

Color convert

RGB 193 186 96 -
CMYK 0 0.04 0.50 0.24
HSL 55.67º 0.44% 0.57% -
HSV(B) 55.67º 0.5% 0.76% -
XYZ 41.66 47.3 18 -
YUV 177.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 193 186 96 0 0.04 0.50 0.24 55.67 0.44 0.57
Hex C1 BA 60 0 4 32 18 38 2C 39
Octal 301 272 140 0 4 62 30 70 54 71
Binary 11000001 10111010 1100000 0 100 110010 11000 111000 101100 111001

Color Harmonies of #C1BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA60

Black with #C1BA60

Text Example


Text Example

White with #C1BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA60; }

 p { color: rgb(193,186,96); }

 H1.HeaderClassName
 {
   color: #C1BA60;
 }
 .AnyTagClassName
 {
   color: #C1BA60;
 }
</style>

background-color css

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

 a { background-color: rgb(193,186,96); }

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

border-color css

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

 span { border-color: rgb(193,186,96); }

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