#CED148

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

Shades of Wattle #CED148

Tints of Wattle #CED148

Color information

#CED148 (or 0xCED148) is unknown color: approx Wattle. HEX triplet: CE, D1 and 48. RGB value is (206,209,72). Sum of RGB (Red+Green+Blue) = 206+209+72=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #CED148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED148 is #312EB7. Grayscale: #C1C1C1. Windows color (decimal): -3223224 or 4772302. OLE color: 4772302.

HSL color Cylindrical-coordinate representation of color #CED148: hue angle of 61.31º 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 #CED148 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB20620972-
CMYK0.0100.660.18
HSL61.31º59.83%55.1%-
HSV(B)61.31º65.55%81.96%-
XYZ49.4259.1914.95-
YUV192.4860.01137.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=42.30%
G=42.92%
B=14.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209720.0100.660.1861.3159.8355.1
HexCED1481042123d3c37
Octal3163211101010222757467
Binary1100111011010001100100010100001010010111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED148; }

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

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

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

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

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

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

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

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