Html Css Color HEX #C5BC5F Dark Khaki

📋 copy color: '#C5BC5F'

red 197 ◦ green 188 ◦ blue 95

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

Shades of Dark Khaki #C5BC5F

Tints of Dark Khaki #C5BC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

 BLUE value IS 95 (37.5% from 255) = 19.79%

R = 41.04%
G = 39.17%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5BC5F (or 0xC5BC5F) is known color: Dark Khaki. HEX triplet: C5, BC and 5F. RGB value is (197,188,95). Sum of RGB (Red+Green+Blue) = 197+188+95=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC5F is #3A43A0. Grayscale: #B4B4B4. Windows color (decimal): -3818401 or 6274245. OLE color: 6274245.

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

Color convert

RGB 197 188 95 -
CMYK 0 0.05 0.52 0.23
HSL 54.71º 0.47% 0.57% -
HSV(B) 54.71º 0.52% 0.77% -
XYZ 43.07 48.66 17.95 -
YUV 180.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 197 188 95 0 0.05 0.52 0.23 54.71 0.47 0.57
Hex C5 BC 5F 0 5 34 17 37 2F 39
Octal 305 274 137 0 5 64 27 67 57 71
Binary 11000101 10111100 1011111 0 101 110100 10111 110111 101111 111001

Color Harmonies of #C5BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC5F

Black with #C5BC5F

Text Example


Text Example

White with #C5BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC5F; }

 p { color: rgb(197,188,95); }

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

background-color css

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

 a { background-color: rgb(197,188,95); }

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

border-color css

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

 span { border-color: rgb(197,188,95); }

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