Html Css Color HEX #C4D69E Pale Leaf

📋 copy color: '#C4D69E'

red 196 ◦ green 214 ◦ blue 158

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

Shades of Pale Leaf #C4D69E

Tints of Pale Leaf #C4D69E

RGB

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

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

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

R = 34.51%
G = 37.68%
B = 27.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#C4D69E (or 0xC4D69E) is known color: Pale Leaf. HEX triplet: C4, D6 and 9E. RGB value is (196,214,158). Sum of RGB (Red+Green+Blue) = 196+214+158=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D69E is #3B2961. Grayscale: #CACACA. Windows color (decimal): -3877218 or 10409668. OLE color: 10409668.

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

Color convert

RGB 196 214 158 -
CMYK 0.08 0 0.26 0.16
HSL 79.29º 0.41% 0.73% -
HSV(B) 79.29º 0.26% 0.84% -
XYZ 52.98 62.3 41.58 -
YUV 202.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 196 214 158 0.08 0 0.26 0.16 79.29 0.41 0.73
Hex C4 D6 9E 8 0 1A 10 4F 29 49
Octal 304 326 236 10 0 32 20 117 51 111
Binary 11000100 11010110 10011110 1000 0 11010 10000 1001111 101001 1001001

Color Harmonies of #C4D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D69E

Black with #C4D69E

Text Example


Text Example

White with #C4D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D69E; }

 p { color: rgb(196,214,158); }

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

background-color css

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

 a { background-color: rgb(196,214,158); }

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

border-color css

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

 span { border-color: rgb(196,214,158); }

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