#CCBA26

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

Shades of Barberry #CCBA26

Tints of Barberry #CCBA26

Color information

#CCBA26 (or 0xCCBA26) is unknown color: approx Barberry. HEX triplet: CC, BA and 26. RGB value is (204,186,38). Sum of RGB (Red+Green+Blue) = 204+186+38=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA26 is #3345D9. Grayscale: #AFAFAF. Windows color (decimal): -3360218 or 2538188. OLE color: 2538188.

HSL color Cylindrical-coordinate representation of color #CCBA26: hue angle of 53.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCBA26 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB20418638-
CMYK00.090.810.2
HSL53.49º68.6%47.45%-
HSV(B)53.49º81.37%80%-
XYZ42.8148.18.86-
YUV174.5150.96149.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 38 (15.23% from 255) = 8.88%
R=47.66%
G=43.46%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041863800.090.810.253.4968.647.45
HexCCBA2609511435452f
Octal31427246011121246510557
Binary1100110010111010100110010011010001101001101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA26; }

 p { color: rgb(204,186,38); }

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

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

 a { background-color: rgb(204,186,38); }

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

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

 span { border-color: rgb(204,186,38); }

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