#CBCA22

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

Shades of Barberry #CBCA22

Tints of Barberry #CBCA22

Color information

#CBCA22 (or 0xCBCA22) is unknown color: approx Barberry. HEX triplet: CB, CA and 22. RGB value is (203,202,34). Sum of RGB (Red+Green+Blue) = 203+202+34=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCA22 is #3435DD. Grayscale: #B7B7B7. Windows color (decimal): -3421662 or 2280139. OLE color: 2280139.

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

Color convert

RGB20320234-
CMYK00.000.830.20
HSL59.64º71.31%46.47%-
HSV(B)59.64º83.25%79.61%-
XYZ46.0455.059.71-
YUV183.1543.83142.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 34 (13.67% from 255) = 7.74%
R=46.24%
G=46.01%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032023400.000.830.2059.6471.3146.47
HexCBCA220053143c472e
Octal3133124200123247410756
Binary1100101111001010100010001010011101001111001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCA22; }

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

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

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

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

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

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

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

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