Html Css Color HEX #C4D29E Pale Leaf

📋 copy color: '#C4D29E'

red 196 ◦ green 210 ◦ blue 158

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

Shades of Pale Leaf #C4D29E

Tints of Pale Leaf #C4D29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

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

R = 34.75%
G = 37.23%
B = 28.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#C4D29E (or 0xC4D29E) is known color: Pale Leaf. HEX triplet: C4, D2 and 9E. RGB value is (196,210,158). Sum of RGB (Red+Green+Blue) = 196+210+158=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D29E is #3B2D61. Grayscale: #C8C8C8. Windows color (decimal): -3878242 or 10408644. OLE color: 10408644.

HSL color Cylindrical-coordinate representation of color #C4D29E: hue angle of 76.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4D29E is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 210 158 -
CMYK 0.07 0 0.25 0.18
HSL 76.15º 0.37% 0.72% -
HSV(B) 76.15º 0.25% 0.82% -
XYZ 51.98 60.3 41.25 -
YUV 199.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 196 210 158 0.07 0 0.25 0.18 76.15 0.37 0.72
Hex C4 D2 9E 7 0 19 12 4C 25 48
Octal 304 322 236 7 0 31 22 114 45 110
Binary 11000100 11010010 10011110 111 0 11001 10010 1001100 100101 1001000

Color Harmonies of #C4D29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D29E

Black with #C4D29E

Text Example


Text Example

White with #C4D29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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