#CABB2A

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

Shades of Barberry #CABB2A

Tints of Barberry #CABB2A

Color information

#CABB2A (or 0xCABB2A) is unknown color: approx Barberry. HEX triplet: CA, BB and 2A. RGB value is (202,187,42). Sum of RGB (Red+Green+Blue) = 202+187+42=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB2A is #3544D5. Grayscale: #AFAFAF. Windows color (decimal): -3491030 or 2800586. OLE color: 2800586.

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

Color convert

RGB20218742-
CMYK00.070.790.21
HSL54.38º65.57%47.84%-
HSV(B)54.38º79.21%79.22%-
XYZ42.5548.269.26-
YUV174.9652.97147.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 42 (16.80% from 255) = 9.74%
R=46.87%
G=43.39%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021874200.070.790.2154.3865.5747.84
HexCABB2A074F15364230
Octal3122735207117256610260
Binary110010101011101110101001111001111101011101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB2A; }

 p { color: rgb(202,187,42); }

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

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

 a { background-color: rgb(202,187,42); }

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

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

 span { border-color: rgb(202,187,42); }

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