Html Css Color HEX #C2BA5D Dark Khaki

📋 copy color: '#C2BA5D'

red 194 ◦ green 186 ◦ blue 93

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

Shades of Dark Khaki #C2BA5D

Tints of Dark Khaki #C2BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 41.01%
G = 39.32%
B = 19.66%

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

#C2BA5D (or 0xC2BA5D) is known color: Dark Khaki. HEX triplet: C2, BA and 5D. RGB value is (194,186,93). Sum of RGB (Red+Green+Blue) = 194+186+93=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA5D is #3D45A2. Grayscale: #B2B2B2. Windows color (decimal): -4015523 or 6142658. OLE color: 6142658.

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

Color convert

RGB 194 186 93 -
CMYK 0 0.04 0.52 0.24
HSL 55.25º 0.45% 0.56% -
HSV(B) 55.25º 0.52% 0.76% -
XYZ 41.78 47.38 17.3 -
YUV 177.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 194 186 93 0 0.04 0.52 0.24 55.25 0.45 0.56
Hex C2 BA 5D 0 4 34 18 37 2D 38
Octal 302 272 135 0 4 64 30 67 55 70
Binary 11000010 10111010 1011101 0 100 110100 11000 110111 101101 111000

Color Harmonies of #C2BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA5D

Black with #C2BA5D

Text Example


Text Example

White with #C2BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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