#cace4b

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

Shades of Wattle #CACE4B

Tints of Wattle #CACE4B

Color information

#CACE4B (or 0xCACE4B) is unknown color: approx Wattle. HEX triplet: CA, CE and 4B. RGB value is (202,206,75). Sum of RGB (Red+Green+Blue) = 202+206+75=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE4B is #3531B4. Grayscale: #BEBEBE. Windows color (decimal): -3486133 or 4968138. OLE color: 4968138.

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

Color convert

RGB20220675-
CMYK0.0200.640.19
HSL61.83º57.21%55.1%-
HSV(B)61.83º63.59%80.78%-
XYZ47.757.2115.18-
YUV189.8763.17136.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 75 (29.69% from 255) = 15.53%
R=41.82%
G=42.65%
B=15.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202206750.0200.640.1961.8357.2155.1
HexCACE4B2040133e3937
Octal3123161132010023767167
Binary11001010110011101001011100100000010011111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cace4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cace4b; }

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

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

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

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

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

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

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

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