#CCD927

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

Shades of Bitter Lemon #CCD927

Tints of Bitter Lemon #CCD927

Color information

#CCD927 (or 0xCCD927) is unknown color: approx Bitter Lemon. HEX triplet: CC, D9 and 27. RGB value is (204,217,39). Sum of RGB (Red+Green+Blue) = 204+217+39=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD927 is #3326D8. Grayscale: #C1C1C1. Windows color (decimal): -3352281 or 2611660. OLE color: 2611660.

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

Color convert

RGB20421739-
CMYK0.0600.820.15
HSL64.38º70.08%50.2%-
HSV(B)64.38º82.03%85.1%-
XYZ50.0862.6111.36-
YUV192.8241.19135.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 39 (15.62% from 255) = 8.48%
R=44.35%
G=47.17%
B=8.48%

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
Decimal204217390.0600.820.1564.3870.0850.2
HexCCD9276052F404632
Octal31433147601221710010662
Binary110011001101100110011111001010010111110000001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD927; }

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

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

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

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

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

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

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

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