#CCD928

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

Shades of Bitter Lemon #CCD928

Tints of Bitter Lemon #CCD928

Color information

#CCD928 (or 0xCCD928) is unknown color: approx Bitter Lemon. HEX triplet: CC, D9 and 28. RGB value is (204,217,40). Sum of RGB (Red+Green+Blue) = 204+217+40=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD928 is #3326D7. Grayscale: #C1C1C1. Windows color (decimal): -3352280 or 2677196. OLE color: 2677196.

HSL color Cylindrical-coordinate representation of color #CCD928: hue angle of 64.41º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCD928 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB20421740-
CMYK0.0600.820.15
HSL64.41º69.96%50.39%-
HSV(B)64.41º81.57%85.1%-
XYZ50.162.6211.45-
YUV192.9441.69135.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.25%
GREEN value IS 217 (85.16% from 255) = 47.07%
BLUE value IS 40 (16.02% from 255) = 8.68%
R=44.25%
G=47.07%
B=8.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204217400.0600.820.1564.4169.9650.39
HexCCD9286052F404632
Octal31433150601221710010662
Binary110011001101100110100011001010010111110000001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD928; }

 p { color: rgb(204,217,40); }

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

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

 a { background-color: rgb(204,217,40); }

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

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

 span { border-color: rgb(204,217,40); }

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