#CCD148

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

Shades of Wattle #CCD148

Tints of Wattle #CCD148

Color information

#CCD148 (or 0xCCD148) is unknown color: approx Wattle. HEX triplet: CC, D1 and 48. RGB value is (204,209,72). Sum of RGB (Red+Green+Blue) = 204+209+72=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD148 is #332EB7. Grayscale: #C0C0C0. Windows color (decimal): -3354296 or 4772300. OLE color: 4772300.

HSL color Cylindrical-coordinate representation of color #CCD148: hue angle of 62.19º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCD148 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20420972-
CMYK0.0200.660.18
HSL62.19º59.83%55.1%-
HSV(B)62.19º65.55%81.96%-
XYZ48.8758.9114.93-
YUV191.8960.34136.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 209 (82.03% from 255) = 43.09%
BLUE value IS 72 (28.52% from 255) = 14.85%
R=42.06%
G=43.09%
B=14.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204209720.0200.660.1862.1959.8355.1
HexCCD1482042123e3c37
Octal3143211102010222767467
Binary11001100110100011001000100100001010010111110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD148; }

 p { color: rgb(204,209,72); }

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

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

 a { background-color: rgb(204,209,72); }

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

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

 span { border-color: rgb(204,209,72); }

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