Html Css Color HEX #C5BD69 Dark Khaki

📋 copy color: '#C5BD69'

red 197 ◦ green 189 ◦ blue 105

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

Shades of Dark Khaki #C5BD69

Tints of Dark Khaki #C5BD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.38%

R = 40.12%
G = 38.49%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C5BD69 (or 0xC5BD69) is known color: Dark Khaki. HEX triplet: C5, BD and 69. RGB value is (197,189,105). Sum of RGB (Red+Green+Blue) = 197+189+105=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD69 is #3A4296. Grayscale: #B6B6B6. Windows color (decimal): -3818135 or 6929861. OLE color: 6929861.

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

Color convert

RGB 197 189 105 -
CMYK 0 0.04 0.47 0.23
HSL 54.78º 0.44% 0.59% -
HSV(B) 54.78º 0.47% 0.77% -
XYZ 43.77 49.29 20.57 -
YUV 181.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 197 189 105 0 0.04 0.47 0.23 54.78 0.44 0.59
Hex C5 BD 69 0 4 2F 17 37 2C 3B
Octal 305 275 151 0 4 57 27 67 54 73
Binary 11000101 10111101 1101001 0 100 101111 10111 110111 101100 111011

Color Harmonies of #C5BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD69

Black with #C5BD69

Text Example


Text Example

White with #C5BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD69; }

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

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

background-color css

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

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

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

border-color css

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

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

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