Html Css Color HEX #C2BA60 Dark Khaki

📋 copy color: '#C2BA60'

red 194 ◦ green 186 ◦ blue 96

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

Shades of Dark Khaki #C2BA60

Tints of Dark Khaki #C2BA60

RGB

 RED value IS 194 (76.17% from 255) = 40.76%

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

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

R = 40.76%
G = 39.08%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2BA60 (or 0xC2BA60) is known color: Dark Khaki. HEX triplet: C2, BA and 60. RGB value is (194,186,96). Sum of RGB (Red+Green+Blue) = 194+186+96=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA60 is #3D459F. Grayscale: #B2B2B2. Windows color (decimal): -4015520 or 6339266. OLE color: 6339266.

HSL color Cylindrical-coordinate representation of color #C2BA60: hue angle of 55.1º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2BA60 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 96 -
CMYK 0 0.04 0.51 0.24
HSL 55.1º 0.45% 0.57% -
HSV(B) 55.1º 0.51% 0.76% -
XYZ 41.92 47.43 18.01 -
YUV 178.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 194 186 96 0 0.04 0.51 0.24 55.1 0.45 0.57
Hex C2 BA 60 0 4 33 18 37 2D 39
Octal 302 272 140 0 4 63 30 67 55 71
Binary 11000010 10111010 1100000 0 100 110011 11000 110111 101101 111001

Color Harmonies of #C2BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA60

Black with #C2BA60

Text Example


Text Example

White with #C2BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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