#CABC29

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

Shades of Barberry #CABC29

Tints of Barberry #CABC29

Color information

#CABC29 (or 0xCABC29) is unknown color: approx Barberry. HEX triplet: CA, BC and 29. RGB value is (202,188,41). Sum of RGB (Red+Green+Blue) = 202+188+41=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC29 is #3543D6. Grayscale: #B0B0B0. Windows color (decimal): -3490775 or 2735306. OLE color: 2735306.

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

Color convert

RGB20218841-
CMYK00.070.800.21
HSL54.78º66.26%47.65%-
HSV(B)54.78º79.7%79.22%-
XYZ42.7448.689.24-
YUV175.4352.14146.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 41 (16.41% from 255) = 9.51%
R=46.87%
G=43.62%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021884100.070.800.2154.7866.2647.65
HexCABC29075015374230
Octal3122745107120256710260
Binary110010101011110010100101111010000101011101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC29; }

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

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

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

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

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

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

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

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