#CCD236

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

Shades of Bitter Lemon #CCD236

Tints of Bitter Lemon #CCD236

Color information

#CCD236 (or 0xCCD236) is unknown color: approx Bitter Lemon. HEX triplet: CC, D2 and 36. RGB value is (204,210,54). Sum of RGB (Red+Green+Blue) = 204+210+54=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD236 is #332DC9. Grayscale: #BFBFBF. Windows color (decimal): -3354058 or 3592908. OLE color: 3592908.

HSL color Cylindrical-coordinate representation of color #CCD236: hue angle of 62.31º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCD236 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB20421054-
CMYK0.0300.740.18
HSL62.31º63.41%51.76%-
HSV(B)62.31º74.29%82.35%-
XYZ48.6159.212.35-
YUV190.4251.01137.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 54 (21.48% from 255) = 11.54%
R=43.59%
G=44.87%
B=11.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204210540.0300.740.1862.3163.4151.76
HexCCD236304A123e3f34
Octal314322663011222767764
Binary1100110011010010110110110100101010010111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD236; }

 p { color: rgb(204,210,54); }

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

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

 a { background-color: rgb(204,210,54); }

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

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

 span { border-color: rgb(204,210,54); }

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