Html Css Color HEX #C6D49E Pale Leaf

📋 copy color: '#C6D49E'

red 198 ◦ green 212 ◦ blue 158

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

Shades of Pale Leaf #C6D49E

Tints of Pale Leaf #C6D49E

RGB

 RED value IS 198 (77.73% from 255) = 34.86%

 GREEN value IS 212 (83.2% from 255) = 37.32%

 BLUE value IS 158 (62.11% from 255) = 27.82%

R = 34.86%
G = 37.32%
B = 27.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#C6D49E (or 0xC6D49E) is known color: Pale Leaf. HEX triplet: C6, D4 and 9E. RGB value is (198,212,158). Sum of RGB (Red+Green+Blue) = 198+212+158=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D49E is #392B61. Grayscale: #C9C9C9. Windows color (decimal): -3746658 or 10409158. OLE color: 10409158.

HSL color Cylindrical-coordinate representation of color #C6D49E: hue angle of 75.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6D49E is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 212 158 -
CMYK 0.07 0 0.25 0.17
HSL 75.56º 0.39% 0.73% -
HSV(B) 75.56º 0.25% 0.83% -
XYZ 53 61.56 41.44 -
YUV 201.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 198 212 158 0.07 0 0.25 0.17 75.56 0.39 0.73
Hex C6 D4 9E 7 0 19 11 4C 27 49
Octal 306 324 236 7 0 31 21 114 47 111
Binary 11000110 11010100 10011110 111 0 11001 10001 1001100 100111 1001001

Color Harmonies of #C6D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D49E

Black with #C6D49E

Text Example


Text Example

White with #C6D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D49E; }

 p { color: rgb(198,212,158); }

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

background-color css

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

 a { background-color: rgb(198,212,158); }

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

border-color css

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

 span { border-color: rgb(198,212,158); }

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