#CBD79D

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

Shades of Pale Leaf #CBD79D

Tints of Pale Leaf #CBD79D

Color information

#CBD79D (or 0xCBD79D) is unknown color: approx Pale Leaf. HEX triplet: CB, D7 and 9D. RGB value is (203,215,157). Sum of RGB (Red+Green+Blue) = 203+215+157=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD79D is #342862. Grayscale: #CDCDCD. Windows color (decimal): -3418211 or 10344395. OLE color: 10344395.

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

Color convert

RGB203215157-
CMYK0.0600.270.16
HSL72.41º42.03%72.94%-
HSV(B)72.41º26.98%84.31%-
XYZ55.0163.7341.3-
YUV204.8101.02126.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=35.30%
G=37.39%
B=27.30%

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
Decimal2032151570.0600.270.1672.4142.0372.94
HexCBD79D601B10482a49
Octal31332723560332011052111
Binary1100101111010111100111011100110111000010010001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD79D; }

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

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

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

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

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

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

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

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