Html Css Color HEX #C5BA6B Dark Khaki

📋 copy color: '#C5BA6B'

red 197 ◦ green 186 ◦ blue 107

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

Shades of Dark Khaki #C5BA6B

Tints of Dark Khaki #C5BA6B

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

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

 BLUE value IS 107 (42.19% from 255) = 21.84%

R = 40.2%
G = 37.96%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5BA6B (or 0xC5BA6B) is known color: Dark Khaki. HEX triplet: C5, BA and 6B. RGB value is (197,186,107). Sum of RGB (Red+Green+Blue) = 197+186+107=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA6B is #3A4594. Grayscale: #B4B4B4. Windows color (decimal): -3818901 or 7060165. OLE color: 7060165.

HSL color Cylindrical-coordinate representation of color #C5BA6B: hue angle of 52.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5BA6B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 107 -
CMYK 0 0.06 0.46 0.23
HSL 52.67º 0.44% 0.6% -
HSV(B) 52.67º 0.46% 0.77% -
XYZ 43.24 48.05 20.91 -
YUV 180.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 197 186 107 0 0.06 0.46 0.23 52.67 0.44 0.6
Hex C5 BA 6B 0 6 2E 17 35 2C 3C
Octal 305 272 153 0 6 56 27 65 54 74
Binary 11000101 10111010 1101011 0 110 101110 10111 110101 101100 111100

Color Harmonies of #C5BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA6B

Black with #C5BA6B

Text Example


Text Example

White with #C5BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA6B; }

 p { color: rgb(197,186,107); }

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

background-color css

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

 a { background-color: rgb(197,186,107); }

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

border-color css

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

 span { border-color: rgb(197,186,107); }

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