#CACD4E

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

Shades of Wattle #CACD4E

Tints of Wattle #CACD4E

Color information

#CACD4E (or 0xCACD4E) is unknown color: approx Wattle. HEX triplet: CA, CD and 4E. RGB value is (202,205,78). Sum of RGB (Red+Green+Blue) = 202+205+78=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD4E is #3532B1. Grayscale: #BEBEBE. Windows color (decimal): -3486386 or 5164490. OLE color: 5164490.

HSL color Cylindrical-coordinate representation of color #CACD4E: hue angle of 61.42º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CACD4E is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20220578-
CMYK0.0100.620.20
HSL61.42º55.95%55.49%-
HSV(B)61.42º61.95%80.39%-
XYZ47.5656.7715.66-
YUV189.6265.01136.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=41.65%
G=42.27%
B=16.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202205780.0100.620.2061.4255.9555.49
HexCACD4E103E143d3837
Octal312315116107624757067
Binary110010101100110110011101011111010100111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD4E; }

 p { color: rgb(202,205,78); }

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

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

 a { background-color: rgb(202,205,78); }

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

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

 span { border-color: rgb(202,205,78); }

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