#CABD23

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

Shades of Barberry #CABD23

Tints of Barberry #CABD23

Color information

#CABD23 (or 0xCABD23) is unknown color: approx Barberry. HEX triplet: CA, BD and 23. RGB value is (202,189,35). Sum of RGB (Red+Green+Blue) = 202+189+35=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD23 is #3542DC. Grayscale: #AFAFAF. Windows color (decimal): -3490525 or 2342346. OLE color: 2342346.

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

Color convert

RGB20218935-
CMYK00.060.830.21
HSL55.33º70.46%46.47%-
HSV(B)55.33º82.67%79.22%-
XYZ42.8649.078.8-
YUV175.3348.81147.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 189 (74.22% from 255) = 44.37%
BLUE value IS 35 (14.06% from 255) = 8.22%
R=47.42%
G=44.37%
B=8.22%

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
Decimal2021893500.060.830.2155.3370.4646.47
HexCABD2306531537462e
Octal3122754306123256710656
Binary110010101011110110001101101010011101011101111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD23; }

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

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

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

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

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

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

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

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