#CABE25

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

Shades of Barberry #CABE25

Tints of Barberry #CABE25

Color information

#CABE25 (or 0xCABE25) is unknown color: approx Barberry. HEX triplet: CA, BE and 25. RGB value is (202,190,37). Sum of RGB (Red+Green+Blue) = 202+190+37=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE25 is #3541DA. Grayscale: #B0B0B0. Windows color (decimal): -3490267 or 2473674. OLE color: 2473674.

HSL color Cylindrical-coordinate representation of color #CABE25: hue angle of 55.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CABE25 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB20219037-
CMYK00.060.820.21
HSL55.64º69.04%46.86%-
HSV(B)55.64º81.68%79.22%-
XYZ43.149.529.04-
YUV176.1549.48146.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 37 (14.84% from 255) = 8.62%
R=47.09%
G=44.29%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021903700.060.820.2155.6469.0446.86
HexCABE2506521538452f
Octal3122764506122257010557
Binary110010101011111010010101101010010101011110001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE25; }

 p { color: rgb(202,190,37); }

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

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

 a { background-color: rgb(202,190,37); }

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

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

 span { border-color: rgb(202,190,37); }

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