#B1BF31

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

Shades of Bahia #B1BF31

Tints of Bahia #B1BF31

Color information

#B1BF31 (or 0xB1BF31) is unknown color: approx Bahia. HEX triplet: B1, BF and 31. RGB value is (177,191,49). Sum of RGB (Red+Green+Blue) = 177+191+49=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BF31 is #4E40CE. Grayscale: #ABABAB. Windows color (decimal): -5128399 or 3260337. OLE color: 3260337.

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

Color convert

RGB17719149-
CMYK0.0700.740.25
HSL65.92º59.17%47.06%-
HSV(B)65.92º74.35%74.9%-
XYZ37.3246.839.98-
YUV170.6359.36132.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 49 (19.53% from 255) = 11.75%
R=42.45%
G=45.80%
B=11.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191490.0700.740.2565.9259.1747.06
HexB1BF31704A19423b2f
Octal2612776170112311027357
Binary101100011011111111000111101001010110011000010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF31; }

 p { color: rgb(177,191,49); }

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

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

 a { background-color: rgb(177,191,49); }

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

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

 span { border-color: rgb(177,191,49); }

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