#CABA29

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

Shades of Barberry #CABA29

Tints of Barberry #CABA29

Color information

#CABA29 (or 0xCABA29) is unknown color: approx Barberry. HEX triplet: CA, BA and 29. RGB value is (202,186,41). Sum of RGB (Red+Green+Blue) = 202+186+41=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA29 is #3545D6. Grayscale: #AEAEAE. Windows color (decimal): -3491287 or 2734794. OLE color: 2734794.

HSL color Cylindrical-coordinate representation of color #CABA29: hue angle of 54.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CABA29 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20218641-
CMYK00.080.800.21
HSL54.04º66.26%47.65%-
HSV(B)54.04º79.7%79.22%-
XYZ42.3247.839.1-
YUV174.2552.8147.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 41 (16.41% from 255) = 9.56%
R=47.09%
G=43.36%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021864100.080.800.2154.0466.2647.65
HexCABA29085015364230
Octal31227251010120256610260
Binary1100101010111010101001010001010000101011101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA29; }

 p { color: rgb(202,186,41); }

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

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

 a { background-color: rgb(202,186,41); }

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

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

 span { border-color: rgb(202,186,41); }

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