#B2B731

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

Shades of Bahia #B2B731

Tints of Bahia #B2B731

Color information

#B2B731 (or 0xB2B731) is unknown color: approx Bahia. HEX triplet: B2, B7 and 31. RGB value is (178,183,49). Sum of RGB (Red+Green+Blue) = 178+183+49=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B731 is #4D48CE. Grayscale: #A6A6A6. Windows color (decimal): -5064911 or 3258290. OLE color: 3258290.

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

Color convert

RGB17818349-
CMYK0.0300.730.28
HSL62.24º57.76%45.49%-
HSV(B)62.24º73.22%71.76%-
XYZ35.8543.559.42-
YUV166.2361.84136.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 49 (19.53% from 255) = 11.95%
R=43.41%
G=44.63%
B=11.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183490.0300.730.2862.2457.7645.49
HexB2B73130491C3e3a2d
Octal262267613011134767255
Binary1011001010110111110001110100100111100111110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B731; }

 p { color: rgb(178,183,49); }

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

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

 a { background-color: rgb(178,183,49); }

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

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

 span { border-color: rgb(178,183,49); }

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