Html Css Color HEX #C2BA5E Dark Khaki

📋 copy color: '#C2BA5E'

red 194 ◦ green 186 ◦ blue 94

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

Shades of Dark Khaki #C2BA5E

Tints of Dark Khaki #C2BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 40.93%
G = 39.24%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2BA5E (or 0xC2BA5E) is known color: Dark Khaki. HEX triplet: C2, BA and 5E. RGB value is (194,186,94). Sum of RGB (Red+Green+Blue) = 194+186+94=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA5E is #3D45A1. Grayscale: #B2B2B2. Windows color (decimal): -4015522 or 6208194. OLE color: 6208194.

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

Color convert

RGB 194 186 94 -
CMYK 0 0.04 0.52 0.24
HSL 55.2º 0.45% 0.56% -
HSV(B) 55.2º 0.52% 0.76% -
XYZ 41.83 47.4 17.53 -
YUV 177.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 194 186 94 0 0.04 0.52 0.24 55.2 0.45 0.56
Hex C2 BA 5E 0 4 34 18 37 2D 38
Octal 302 272 136 0 4 64 30 67 55 70
Binary 11000010 10111010 1011110 0 100 110100 11000 110111 101101 111000

Color Harmonies of #C2BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA5E

Black with #C2BA5E

Text Example


Text Example

White with #C2BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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