#CBD77C

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

Shades of Deco #CBD77C

Tints of Deco #CBD77C

Color information

#CBD77C (or 0xCBD77C) is unknown color: approx Deco. HEX triplet: CB, D7 and 7C. RGB value is (203,215,124). Sum of RGB (Red+Green+Blue) = 203+215+124=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD77C is #342883. Grayscale: #C9C9C9. Windows color (decimal): -3418244 or 8181707. OLE color: 8181707.

HSL color Cylindrical-coordinate representation of color #CBD77C: hue angle of 67.91º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBD77C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB203215124-
CMYK0.0600.420.16
HSL67.91º53.22%66.47%-
HSV(B)67.91º42.33%84.31%-
XYZ52.5762.7528.41-
YUV201.0484.52129.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 124 (48.83% from 255) = 22.88%
R=37.45%
G=39.67%
B=22.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032151240.0600.420.1667.9153.2266.47
HexCBD77C602A10443542
Octal31332717460522010465102
Binary1100101111010111111110011001010101000010001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD77C; }

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

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

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

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

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

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

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

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