Html Css Color HEX #C4BC6B Dark Khaki

📋 copy color: '#C4BC6B'

red 196 ◦ green 188 ◦ blue 107

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

Shades of Dark Khaki #C4BC6B

Tints of Dark Khaki #C4BC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 39.92%
G = 38.29%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4BC6B (or 0xC4BC6B) is known color: Dark Khaki. HEX triplet: C4, BC and 6B. RGB value is (196,188,107). Sum of RGB (Red+Green+Blue) = 196+188+107=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC6B is #3B4394. Grayscale: #B5B5B5. Windows color (decimal): -3883925 or 7060676. OLE color: 7060676.

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

Color convert

RGB 196 188 107 -
CMYK 0 0.04 0.45 0.23
HSL 54.61º 0.43% 0.59% -
HSV(B) 54.61º 0.45% 0.77% -
XYZ 43.4 48.76 21.03 -
YUV 181.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 196 188 107 0 0.04 0.45 0.23 54.61 0.43 0.59
Hex C4 BC 6B 0 4 2D 17 37 2B 3B
Octal 304 274 153 0 4 55 27 67 53 73
Binary 11000100 10111100 1101011 0 100 101101 10111 110111 101011 111011

Color Harmonies of #C4BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC6B

Black with #C4BC6B

Text Example


Text Example

White with #C4BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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