Html Css Color HEX #C4C36D Dark Khaki

📋 copy color: '#C4C36D'

red 196 ◦ green 195 ◦ blue 109

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

Shades of Dark Khaki #C4C36D

Tints of Dark Khaki #C4C36D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39%

 BLUE value IS 109 (42.97% from 255) = 21.8%

R = 39.2%
G = 39%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4C36D (or 0xC4C36D) is known color: Dark Khaki. HEX triplet: C4, C3 and 6D. RGB value is (196,195,109). Sum of RGB (Red+Green+Blue) = 196+195+109=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C36D is #3B3C92. Grayscale: #B9B9B9. Windows color (decimal): -3882131 or 7193540. OLE color: 7193540.

HSL color Cylindrical-coordinate representation of color #C4C36D: hue angle of 59.31º 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 #C4C36D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 195 109 -
CMYK 0 0.01 0.44 0.23
HSL 59.31º 0.42% 0.6% -
HSV(B) 59.31º 0.44% 0.77% -
XYZ 45.04 51.87 22.11 -
YUV 185.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 196 195 109 0 0.01 0.44 0.23 59.31 0.42 0.6
Hex C4 C3 6D 0 1 2C 17 3B 2A 3C
Octal 304 303 155 0 1 54 27 73 52 74
Binary 11000100 11000011 1101101 0 1 101100 10111 111011 101010 111100

Color Harmonies of #C4C36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C36D

Black with #C4C36D

Text Example


Text Example

White with #C4C36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C36D; }

 p { color: rgb(196,195,109); }

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

background-color css

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

 a { background-color: rgb(196,195,109); }

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

border-color css

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

 span { border-color: rgb(196,195,109); }

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