#CACD18

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

Shades of Barberry #CACD18

Tints of Barberry #CACD18

Color information

#CACD18 (or 0xCACD18) is unknown color: approx Barberry. HEX triplet: CA, CD and 18. RGB value is (202,205,24). Sum of RGB (Red+Green+Blue) = 202+205+24=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACD18 is #3532E7. Grayscale: #B8B8B8. Windows color (decimal): -3486440 or 1625546. OLE color: 1625546.

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

Color convert

RGB20220524-
CMYK0.0100.880.20
HSL60.99º79.04%44.9%-
HSV(B)60.99º88.29%80.39%-
XYZ46.3556.299.29-
YUV183.4738.01141.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 205 (80.47% from 255) = 47.56%
BLUE value IS 24 (9.77% from 255) = 5.57%
R=46.87%
G=47.56%
B=5.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202205240.0100.880.2060.9979.0444.9
HexCACD181058143d4f2d
Octal3123153010130247511755
Binary110010101100110111000101011000101001111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD18; }

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

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

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

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

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

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

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

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