#CCCE2D

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

Shades of Bitter Lemon #CCCE2D

Tints of Bitter Lemon #CCCE2D

Color information

#CCCE2D (or 0xCCCE2D) is unknown color: approx Bitter Lemon. HEX triplet: CC, CE and 2D. RGB value is (204,206,45). Sum of RGB (Red+Green+Blue) = 204+206+45=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE2D is #3331D2. Grayscale: #BBBBBB. Windows color (decimal): -3355091 or 3002060. OLE color: 3002060.

HSL color Cylindrical-coordinate representation of color #CCCE2D: hue angle of 60.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCCE2D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20420645-
CMYK0.0100.780.19
HSL60.75º64.14%49.22%-
HSV(B)60.75º78.16%80.78%-
XYZ47.4557.1711.02-
YUV187.0547.84140.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 206 (80.86% from 255) = 45.27%
BLUE value IS 45 (17.97% from 255) = 9.89%
R=44.84%
G=45.27%
B=9.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204206450.0100.780.1960.7564.1449.22
HexCCCE2D104E133d4031
Octal3143165510116237510061
Binary1100110011001110101101101001110100111111011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE2D; }

 p { color: rgb(204,206,45); }

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

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

 a { background-color: rgb(204,206,45); }

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

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

 span { border-color: rgb(204,206,45); }

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