Html Css Color HEX #C4BC6A Dark Khaki

📋 copy color: '#C4BC6A'

red 196 ◦ green 188 ◦ blue 106

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

Shades of Dark Khaki #C4BC6A

Tints of Dark Khaki #C4BC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.63%

R = 40%
G = 38.37%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4BC6A (or 0xC4BC6A) is known color: Dark Khaki. HEX triplet: C4, BC and 6A. RGB value is (196,188,106). Sum of RGB (Red+Green+Blue) = 196+188+106=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC6A is #3B4395. Grayscale: #B5B5B5. Windows color (decimal): -3883926 or 6995140. OLE color: 6995140.

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

Color convert

RGB 196 188 106 -
CMYK 0 0.04 0.46 0.23
HSL 54.67º 0.43% 0.59% -
HSV(B) 54.67º 0.46% 0.77% -
XYZ 43.35 48.74 20.76 -
YUV 181.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 196 188 106 0 0.04 0.46 0.23 54.67 0.43 0.59
Hex C4 BC 6A 0 4 2E 17 37 2B 3B
Octal 304 274 152 0 4 56 27 67 53 73
Binary 11000100 10111100 1101010 0 100 101110 10111 110111 101011 111011

Color Harmonies of #C4BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC6A

Black with #C4BC6A

Text Example


Text Example

White with #C4BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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