#CCCD32

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

Shades of Bitter Lemon #CCCD32

Tints of Bitter Lemon #CCCD32

Color information

#CCCD32 (or 0xCCCD32) is unknown color: approx Bitter Lemon. HEX triplet: CC, CD and 32. RGB value is (204,205,50). Sum of RGB (Red+Green+Blue) = 204+205+50=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD32 is #3332CD. Grayscale: #BBBBBB. Windows color (decimal): -3355342 or 3329484. OLE color: 3329484.

HSL color Cylindrical-coordinate representation of color #CCCD32: hue angle of 60.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCD32 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20420550-
CMYK0.0000.760.20
HSL60.39º60.78%50%-
HSV(B)60.39º75.61%80.39%-
XYZ47.3156.7311.47-
YUV187.0350.67140.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 50 (19.92% from 255) = 10.89%
R=44.44%
G=44.66%
B=10.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205500.0000.760.2060.3960.7850
HexCCCD32004C143c3d32
Octal314315620011424747562
Binary110011001100110111001000100110010100111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD32; }

 p { color: rgb(204,205,50); }

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

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

 a { background-color: rgb(204,205,50); }

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

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

 span { border-color: rgb(204,205,50); }

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