#CBDA79

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

Shades of Deco #CBDA79

Tints of Deco #CBDA79

Color information

#CBDA79 (or 0xCBDA79) is unknown color: approx Deco. HEX triplet: CB, DA and 79. RGB value is (203,218,121). Sum of RGB (Red+Green+Blue) = 203+218+121=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA79 is #342586. Grayscale: #CACACA. Windows color (decimal): -3417479 or 7985867. OLE color: 7985867.

HSL color Cylindrical-coordinate representation of color #CBDA79: hue angle of 69.28º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBDA79 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB203218121-
CMYK0.0700.440.15
HSL69.28º56.73%66.47%-
HSV(B)69.28º44.5%85.49%-
XYZ53.1564.2227.68-
YUV202.4682.03128.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 121 (47.66% from 255) = 22.32%
R=37.45%
G=40.22%
B=22.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181210.0700.440.1569.2856.7366.47
HexCBDA79702CF453942
Octal31333217170541710571102
Binary110010111101101011110011110101100111110001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA79; }

 p { color: rgb(203,218,121); }

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

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

 a { background-color: rgb(203,218,121); }

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

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

 span { border-color: rgb(203,218,121); }

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