#B3B623

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

Shades of Bahia #B3B623

Tints of Bahia #B3B623

Color information

#B3B623 (or 0xB3B623) is unknown color: approx Bahia. HEX triplet: B3, B6 and 23. RGB value is (179,182,35). Sum of RGB (Red+Green+Blue) = 179+182+35=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B623 is #4C49DC. Grayscale: #A4A4A4. Windows color (decimal): -4999645 or 2340531. OLE color: 2340531.

HSL color Cylindrical-coordinate representation of color #B3B623: hue angle of 61.22º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3B623 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB17918235-
CMYK0.0200.810.29
HSL61.22º67.74%42.55%-
HSV(B)61.22º80.77%71.37%-
XYZ35.6243.168.04-
YUV164.3455.01138.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 35 (14.06% from 255) = 8.84%
R=45.20%
G=45.96%
B=8.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179182350.0200.810.2961.2267.7442.55
HexB3B62320511D3d442b
Octal2632664320121357510453
Binary10110011101101101000111001010001111011111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B623; }

 p { color: rgb(179,182,35); }

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

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

 a { background-color: rgb(179,182,35); }

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

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

 span { border-color: rgb(179,182,35); }

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