#CACE24

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

Shades of Barberry #CACE24

Tints of Barberry #CACE24

Color information

#CACE24 (or 0xCACE24) is unknown color: approx Barberry. HEX triplet: CA, CE and 24. RGB value is (202,206,36). Sum of RGB (Red+Green+Blue) = 202+206+36=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 36 (14.45% from 255 or 8.11% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE24 is #3531DB. Grayscale: #BABABA. Windows color (decimal): -3486172 or 2412234. OLE color: 2412234.

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

Color convert

RGB20220636-
CMYK0.0200.830.19
HSL61.41º70.25%47.45%-
HSV(B)61.41º82.52%80.78%-
XYZ46.7556.8310.17-
YUV185.4243.67139.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 36 (14.45% from 255) = 8.11%
R=45.50%
G=46.40%
B=8.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202206360.0200.830.1961.4170.2547.45
HexCACE242053133d462f
Octal3123164420123237510657
Binary11001010110011101001001001010011100111111011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE24; }

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

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

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

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

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

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

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

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