#C8BA26

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

Shades of Barberry #C8BA26

Tints of Barberry #C8BA26

Color information

#C8BA26 (or 0xC8BA26) is unknown color: approx Barberry. HEX triplet: C8, BA and 26. RGB value is (200,186,38). Sum of RGB (Red+Green+Blue) = 200+186+38=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA26 is #3745D9. Grayscale: #ADADAD. Windows color (decimal): -3622362 or 2538184. OLE color: 2538184.

HSL color Cylindrical-coordinate representation of color #C8BA26: hue angle of 54.81º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8BA26 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB20018638-
CMYK00.070.810.22
HSL54.81º68.07%46.67%-
HSV(B)54.81º81%78.43%-
XYZ41.7347.548.81-
YUV173.3151.64147.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 38 (15.23% from 255) = 8.96%
R=47.17%
G=43.87%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001863800.070.810.2254.8168.0746.67
HexC8BA2607511637442f
Octal3102724607121266710457
Binary110010001011101010011001111010001101101101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA26; }

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

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

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

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

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

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

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

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