#CABD25

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

Shades of Barberry #CABD25

Tints of Barberry #CABD25

Color information

#CABD25 (or 0xCABD25) is unknown color: approx Barberry. HEX triplet: CA, BD and 25. RGB value is (202,189,37). Sum of RGB (Red+Green+Blue) = 202+189+37=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD25 is #3542DA. Grayscale: #B0B0B0. Windows color (decimal): -3490523 or 2473418. OLE color: 2473418.

HSL color Cylindrical-coordinate representation of color #CABD25: hue angle of 55.27º 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 #CABD25 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB20218937-
CMYK00.060.820.21
HSL55.27º69.04%46.86%-
HSV(B)55.27º81.68%79.22%-
XYZ42.8949.098.96-
YUV175.5649.81146.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 37 (14.84% from 255) = 8.64%
R=47.20%
G=44.16%
B=8.64%

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
Decimal2021893700.060.820.2155.2769.0446.86
HexCABD2506521537452f
Octal3122754506122256710557
Binary110010101011110110010101101010010101011101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD25; }

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

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

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

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

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

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

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

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