Html Css Color HEX #C4BD6E Dark Khaki

📋 copy color: '#C4BD6E'

red 196 ◦ green 189 ◦ blue 110

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

Shades of Dark Khaki #C4BD6E

Tints of Dark Khaki #C4BD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 39.6%
G = 38.18%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4BD6E (or 0xC4BD6E) is known color: Dark Khaki. HEX triplet: C4, BD and 6E. RGB value is (196,189,110). Sum of RGB (Red+Green+Blue) = 196+189+110=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD6E is #3B4291. Grayscale: #B6B6B6. Windows color (decimal): -3883666 or 7257540. OLE color: 7257540.

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

Color convert

RGB 196 189 110 -
CMYK 0 0.04 0.44 0.23
HSL 55.12º 0.42% 0.6% -
HSV(B) 55.12º 0.44% 0.77% -
XYZ 43.78 49.26 21.95 -
YUV 182.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 196 189 110 0 0.04 0.44 0.23 55.12 0.42 0.6
Hex C4 BD 6E 0 4 2C 17 37 2A 3C
Octal 304 275 156 0 4 54 27 67 52 74
Binary 11000100 10111101 1101110 0 100 101100 10111 110111 101010 111100

Color Harmonies of #C4BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD6E

Black with #C4BD6E

Text Example


Text Example

White with #C4BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD6E; }

 p { color: rgb(196,189,110); }

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

background-color css

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

 a { background-color: rgb(196,189,110); }

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

border-color css

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

 span { border-color: rgb(196,189,110); }

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