#B4BD31

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

Shades of Bahia #B4BD31

Tints of Bahia #B4BD31

Color information

#B4BD31 (or 0xB4BD31) is unknown color: approx Bahia. HEX triplet: B4, BD and 31. RGB value is (180,189,49). Sum of RGB (Red+Green+Blue) = 180+189+49=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BD31 is #4B42CE. Grayscale: #AAAAAA. Windows color (decimal): -4932303 or 3259828. OLE color: 3259828.

HSL color Cylindrical-coordinate representation of color #B4BD31: hue angle of 63.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4BD31 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18018949-
CMYK0.0500.740.26
HSL63.86º58.82%46.67%-
HSV(B)63.86º74.07%74.12%-
XYZ37.5746.329.87-
YUV170.3559.52134.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 49 (19.53% from 255) = 11.72%
R=43.06%
G=45.22%
B=11.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189490.0500.740.2663.8658.8246.67
HexB4BD31504A1A403b2f
Octal2642756150112321007357
Binary101101001011110111000110101001010110101000000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD31; }

 p { color: rgb(180,189,49); }

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

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

 a { background-color: rgb(180,189,49); }

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

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

 span { border-color: rgb(180,189,49); }

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