Html Css Color HEX #C4C26A Dark Khaki

📋 copy color: '#C4C26A'

red 196 ◦ green 194 ◦ blue 106

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

Shades of Dark Khaki #C4C26A

Tints of Dark Khaki #C4C26A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

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

R = 39.52%
G = 39.11%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4C26A (or 0xC4C26A) is known color: Dark Khaki. HEX triplet: C4, C2 and 6A. RGB value is (196,194,106). Sum of RGB (Red+Green+Blue) = 196+194+106=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C26A is #3B3D95. Grayscale: #B8B8B8. Windows color (decimal): -3882390 or 6996676. OLE color: 6996676.

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

Color convert

RGB 196 194 106 -
CMYK 0 0.01 0.46 0.23
HSL 58.67º 0.43% 0.59% -
HSV(B) 58.67º 0.46% 0.77% -
XYZ 44.66 51.36 21.2 -
YUV 184.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 196 194 106 0 0.01 0.46 0.23 58.67 0.43 0.59
Hex C4 C2 6A 0 1 2E 17 3B 2B 3B
Octal 304 302 152 0 1 56 27 73 53 73
Binary 11000100 11000010 1101010 0 1 101110 10111 111011 101011 111011

Color Harmonies of #C4C26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C26A

Black with #C4C26A

Text Example


Text Example

White with #C4C26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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