Html Css Color HEX #C5BD75 Dark Khaki

📋 copy color: '#C5BD75'

red 197 ◦ green 189 ◦ blue 117

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

Shades of Dark Khaki #C5BD75

Tints of Dark Khaki #C5BD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 39.17%
G = 37.57%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5BD75 (or 0xC5BD75) is known color: Dark Khaki. HEX triplet: C5, BD and 75. RGB value is (197,189,117). Sum of RGB (Red+Green+Blue) = 197+189+117=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD75 is #3A428A. Grayscale: #B7B7B7. Windows color (decimal): -3818123 or 7716293. OLE color: 7716293.

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

Color convert

RGB 197 189 117 -
CMYK 0 0.04 0.41 0.23
HSL 54º 0.41% 0.62% -
HSV(B) 54º 0.41% 0.77% -
XYZ 44.43 49.55 24.05 -
YUV 183.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 197 189 117 0 0.04 0.41 0.23 54 0.41 0.62
Hex C5 BD 75 0 4 29 17 36 29 3E
Octal 305 275 165 0 4 51 27 66 51 76
Binary 11000101 10111101 1110101 0 100 101001 10111 110110 101001 111110

Color Harmonies of #C5BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD75

Black with #C5BD75

Text Example


Text Example

White with #C5BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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