#B3B828

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

Shades of Bahia #B3B828

Tints of Bahia #B3B828

Color information

#B3B828 (or 0xB3B828) is unknown color: approx Bahia. HEX triplet: B3, B8 and 28. RGB value is (179,184,40). Sum of RGB (Red+Green+Blue) = 179+184+40=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B828 is #4C47D7. Grayscale: #A6A6A6. Windows color (decimal): -4999128 or 2668723. OLE color: 2668723.

HSL color Cylindrical-coordinate representation of color #B3B828: hue angle of 62.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3B828 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB17918440-
CMYK0.0300.780.28
HSL62.08º64.29%43.92%-
HSV(B)62.08º78.26%72.16%-
XYZ36.1144.028.6-
YUV166.0956.84137.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 40 (16.02% from 255) = 9.93%
R=44.42%
G=45.66%
B=9.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179184400.0300.780.2862.0864.2943.92
HexB3B828304E1C3e402c
Octal2632705030116347610054
Binary10110011101110001010001101001110111001111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B828; }

 p { color: rgb(179,184,40); }

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

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

 a { background-color: rgb(179,184,40); }

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

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

 span { border-color: rgb(179,184,40); }

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