Html Css Color HEX #C4BC67 Dark Khaki

📋 copy color: '#C4BC67'

red 196 ◦ green 188 ◦ blue 103

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

Shades of Dark Khaki #C4BC67

Tints of Dark Khaki #C4BC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.15%

R = 40.25%
G = 38.6%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4BC67 (or 0xC4BC67) is known color: Dark Khaki. HEX triplet: C4, BC and 67. RGB value is (196,188,103). Sum of RGB (Red+Green+Blue) = 196+188+103=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC67 is #3B4398. Grayscale: #B5B5B5. Windows color (decimal): -3883929 or 6798532. OLE color: 6798532.

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

Color convert

RGB 196 188 103 -
CMYK 0 0.04 0.47 0.23
HSL 54.84º 0.44% 0.59% -
HSV(B) 54.84º 0.47% 0.77% -
XYZ 43.2 48.68 19.95 -
YUV 180.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 196 188 103 0 0.04 0.47 0.23 54.84 0.44 0.59
Hex C4 BC 67 0 4 2F 17 37 2C 3B
Octal 304 274 147 0 4 57 27 67 54 73
Binary 11000100 10111100 1100111 0 100 101111 10111 110111 101100 111011

Color Harmonies of #C4BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC67

Black with #C4BC67

Text Example


Text Example

White with #C4BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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