#cace3b

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

Shades of Wattle #CACE3B

Tints of Wattle #CACE3B

Color information

#CACE3B (or 0xCACE3B) is unknown color: approx Wattle. HEX triplet: CA, CE and 3B. RGB value is (202,206,59). Sum of RGB (Red+Green+Blue) = 202+206+59=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE3B is #3531C4. Grayscale: #BCBCBC. Windows color (decimal): -3486149 or 3919562. OLE color: 3919562.

HSL color Cylindrical-coordinate representation of color #CACE3B: hue angle of 61.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CACE3B is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20220659-
CMYK0.0200.710.19
HSL61.63º60%51.96%-
HSV(B)61.63º71.36%80.78%-
XYZ47.2257.0112.65-
YUV188.0555.17137.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 59 (23.44% from 255) = 12.63%
R=43.25%
G=44.11%
B=12.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202206590.0200.710.1961.636051.96
HexCACE3B2047133e3c34
Octal312316732010723767464
Binary1100101011001110111011100100011110011111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cace3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cace3b; }

 p { color: rgb(202,206,59); }

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

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

 a { background-color: rgb(202,206,59); }

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

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

 span { border-color: rgb(202,206,59); }

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