#CBD79E

Color #CBD79E Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #CBD79E

Tints of Pale Leaf #CBD79E

Color information

#CBD79E (or 0xCBD79E) is unknown color: approx Pale Leaf. HEX triplet: CB, D7 and 9E. RGB value is (203,215,158). Sum of RGB (Red+Green+Blue) = 203+215+158=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD79E is #342861. Grayscale: #CDCDCD. Windows color (decimal): -3418210 or 10409931. OLE color: 10409931.

HSL color Cylindrical-coordinate representation of color #CBD79E: hue angle of 72.63º degrees, saturation: 0.42, 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 #CBD79E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB203215158-
CMYK0.0600.270.16
HSL72.63º41.61%73.14%-
HSV(B)72.63º26.51%84.31%-
XYZ55.163.7741.75-
YUV204.91101.52126.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 158 (62.11% from 255) = 27.43%
R=35.24%
G=37.33%
B=27.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151580.0600.270.1672.6341.6173.14
HexCBD79E601B10492a49
Octal31332723660332011152111
Binary1100101111010111100111101100110111000010010011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD79E; }

 p { color: rgb(203,215,158); }

 H1.HeaderClassName
 {
   color: #CBD79E;
 }
 .AnyTagClassName
 {
   color: #CBD79E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,215,158); }

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

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

 span { border-color: rgb(203,215,158); }

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