#B1BF30

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

Shades of Bahia #B1BF30

Tints of Bahia #B1BF30

Color information

#B1BF30 (or 0xB1BF30) is unknown color: approx Bahia. HEX triplet: B1, BF and 30. RGB value is (177,191,48). Sum of RGB (Red+Green+Blue) = 177+191+48=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BF30 is #4E40CF. Grayscale: #ABABAB. Windows color (decimal): -5128400 or 3194801. OLE color: 3194801.

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

Color convert

RGB17719148-
CMYK0.0700.750.25
HSL65.87º59.83%46.86%-
HSV(B)65.87º74.87%74.9%-
XYZ37.346.829.87-
YUV170.5158.86132.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 191 (75% from 255) = 45.91%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=42.55%
G=45.91%
B=11.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191480.0700.750.2565.8759.8346.86
HexB1BF30704B19423c2f
Octal2612776070113311027457
Binary101100011011111111000011101001011110011000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF30; }

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

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

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

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

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

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

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

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