#CABE22

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

Shades of Barberry #CABE22

Tints of Barberry #CABE22

Color information

#CABE22 (or 0xCABE22) is unknown color: approx Barberry. HEX triplet: CA, BE and 22. RGB value is (202,190,34). Sum of RGB (Red+Green+Blue) = 202+190+34=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE22 is #3541DD. Grayscale: #B0B0B0. Windows color (decimal): -3490270 or 2277066. OLE color: 2277066.

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

Color convert

RGB20219034-
CMYK00.060.830.21
HSL55.71º71.19%46.27%-
HSV(B)55.71º83.17%79.22%-
XYZ43.0649.58.8-
YUV175.847.98146.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 190 (74.61% from 255) = 44.60%
BLUE value IS 34 (13.67% from 255) = 7.98%
R=47.42%
G=44.60%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021903400.060.830.2155.7171.1946.27
HexCABE2206531538472e
Octal3122764206123257010756
Binary110010101011111010001001101010011101011110001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE22; }

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

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

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

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

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

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

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

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