Html Css Color HEX #C5BD6A Dark Khaki

📋 copy color: '#C5BD6A'

red 197 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #C5BD6A

Tints of Dark Khaki #C5BD6A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 40.04%
G = 38.41%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5BD6A (or 0xC5BD6A) is known color: Dark Khaki. HEX triplet: C5, BD and 6A. RGB value is (197,189,106). Sum of RGB (Red+Green+Blue) = 197+189+106=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD6A is #3A4295. Grayscale: #B6B6B6. Windows color (decimal): -3818134 or 6995397. OLE color: 6995397.

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

Color convert

RGB 197 189 106 -
CMYK 0 0.04 0.46 0.23
HSL 54.73º 0.44% 0.59% -
HSV(B) 54.73º 0.46% 0.77% -
XYZ 43.83 49.31 20.84 -
YUV 181.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 197 189 106 0 0.04 0.46 0.23 54.73 0.44 0.59
Hex C5 BD 6A 0 4 2E 17 37 2C 3B
Octal 305 275 152 0 4 56 27 67 54 73
Binary 11000101 10111101 1101010 0 100 101110 10111 110111 101100 111011

Color Harmonies of #C5BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD6A

Black with #C5BD6A

Text Example


Text Example

White with #C5BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD6A; }

 p { color: rgb(197,189,106); }

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

background-color css

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

 a { background-color: rgb(197,189,106); }

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

border-color css

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

 span { border-color: rgb(197,189,106); }

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