Html Css Color HEX #C4BC60 Dark Khaki

📋 copy color: '#C4BC60'

red 196 ◦ green 188 ◦ blue 96

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

Shades of Dark Khaki #C4BC60

Tints of Dark Khaki #C4BC60

RGB

 RED value IS 196 (76.95% from 255) = 40.83%

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

 BLUE value IS 96 (37.89% from 255) = 20%

R = 40.83%
G = 39.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C4BC60 (or 0xC4BC60) is known color: Dark Khaki. HEX triplet: C4, BC and 60. RGB value is (196,188,96). Sum of RGB (Red+Green+Blue) = 196+188+96=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC60 is #3B439F. Grayscale: #B4B4B4. Windows color (decimal): -3883936 or 6339780. OLE color: 6339780.

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

Color convert

RGB 196 188 96 -
CMYK 0 0.04 0.51 0.23
HSL 55.2º 0.46% 0.57% -
HSV(B) 55.2º 0.51% 0.77% -
XYZ 42.86 48.55 18.18 -
YUV 179.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 196 188 96 0 0.04 0.51 0.23 55.2 0.46 0.57
Hex C4 BC 60 0 4 33 17 37 2E 39
Octal 304 274 140 0 4 63 27 67 56 71
Binary 11000100 10111100 1100000 0 100 110011 10111 110111 101110 111001

Color Harmonies of #C4BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC60

Black with #C4BC60

Text Example


Text Example

White with #C4BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC60; }

 p { color: rgb(196,188,96); }

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

background-color css

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

 a { background-color: rgb(196,188,96); }

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

border-color css

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

 span { border-color: rgb(196,188,96); }

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