#b3b726

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

Shades of Bahia #B3B726

Tints of Bahia #B3B726

Color information

#B3B726 (or 0xB3B726) is unknown color: approx Bahia. HEX triplet: B3, B7 and 26. RGB value is (179,183,38). Sum of RGB (Red+Green+Blue) = 179+183+38=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B726 is #4C48D9. Grayscale: #A5A5A5. Windows color (decimal): -4999386 or 2537395. OLE color: 2537395.

HSL color Cylindrical-coordinate representation of color #B3B726: hue angle of 61.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3B726 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB17918338-
CMYK0.0200.790.28
HSL61.66º65.61%43.33%-
HSV(B)61.66º79.23%71.76%-
XYZ35.8743.598.36-
YUV165.2756.17137.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 38 (15.23% from 255) = 9.5%
R=44.75%
G=45.75%
B=9.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179183380.0200.790.2861.6665.6143.33
HexB3B726204F1C3e422b
Octal2632674620117347610253
Binary10110011101101111001101001001111111001111101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3b726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3b726; }

 p { color: rgb(179,183,38); }

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

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

 a { background-color: rgb(179,183,38); }

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

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

 span { border-color: rgb(179,183,38); }

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