#B1B72E

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

Shades of Bahia #B1B72E

Tints of Bahia #B1B72E

Color information

#B1B72E (or 0xB1B72E) is unknown color: approx Bahia. HEX triplet: B1, B7 and 2E. RGB value is (177,183,46). Sum of RGB (Red+Green+Blue) = 177+183+46=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B72E is #4E48D1. Grayscale: #A6A6A6. Windows color (decimal): -5130450 or 3061681. OLE color: 3061681.

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

Color convert

RGB17718346-
CMYK0.0300.750.28
HSL62.63º59.83%44.9%-
HSV(B)62.63º74.86%71.76%-
XYZ35.5643.419.09-
YUV165.5960.51136.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=43.60%
G=45.07%
B=11.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177183460.0300.750.2862.6359.8344.9
HexB1B72E304B1C3f3c2d
Octal261267563011334777455
Binary1011000110110111101110110100101111100111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B72E; }

 p { color: rgb(177,183,46); }

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

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

 a { background-color: rgb(177,183,46); }

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

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

 span { border-color: rgb(177,183,46); }

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