Html Css Color HEX #C6D69C Pale Leaf

📋 copy color: '#C6D69C'

red 198 ◦ green 214 ◦ blue 156

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

Shades of Pale Leaf #C6D69C

Tints of Pale Leaf #C6D69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

 BLUE value IS 156 (61.33% from 255) = 27.46%

R = 34.86%
G = 37.68%
B = 27.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#C6D69C (or 0xC6D69C) is known color: Pale Leaf. HEX triplet: C6, D6 and 9C. RGB value is (198,214,156). Sum of RGB (Red+Green+Blue) = 198+214+156=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D69C is #392963. Grayscale: #CACACA. Windows color (decimal): -3746148 or 10278598. OLE color: 10278598.

HSL color Cylindrical-coordinate representation of color #C6D69C: hue angle of 76.55º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6D69C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 156 -
CMYK 0.07 0 0.27 0.16
HSL 76.55º 0.41% 0.73% -
HSV(B) 76.55º 0.27% 0.84% -
XYZ 53.34 62.5 40.7 -
YUV 202.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 198 214 156 0.07 0 0.27 0.16 76.55 0.41 0.73
Hex C6 D6 9C 7 0 1B 10 4D 29 49
Octal 306 326 234 7 0 33 20 115 51 111
Binary 11000110 11010110 10011100 111 0 11011 10000 1001101 101001 1001001

Color Harmonies of #C6D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D69C

Black with #C6D69C

Text Example


Text Example

White with #C6D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D69C; }

 p { color: rgb(198,214,156); }

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

background-color css

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

 a { background-color: rgb(198,214,156); }

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

border-color css

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

 span { border-color: rgb(198,214,156); }

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