Html Css Color HEX #B1BA2E Bahia

📋 copy color: '#B1BA2E'

red 177 ◦ green 186 ◦ blue 46

#B1BA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #B1BA2E

Tints of Bahia #B1BA2E

RGB

 RED value IS 177 (69.53% from 255) = 43.28%

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 46 (18.36% from 255) = 11.25%

R = 43.28%
G = 45.48%
B = 11.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B1BA2E (or 0xB1BA2E) is known color: Bahia. HEX triplet: B1, BA and 2E. RGB value is (177,186,46). Sum of RGB (Red+Green+Blue) = 177+186+46=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA2E is #4E45D1. Grayscale: #A7A7A7. Windows color (decimal): -5129682 or 3062449. OLE color: 3062449.

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

Color convert

RGB 177 186 46 -
CMYK 0.05 0 0.75 0.27
HSL 63.86º 0.6% 0.45% -
HSV(B) 63.86º 0.75% 0.73% -
XYZ 36.18 44.66 9.3 -
YUV 167.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 177 186 46 0.05 0 0.75 0.27 63.86 0.6 0.45
Hex B1 BA 2E 5 0 4B 1B 40 3C 2D
Octal 261 272 56 5 0 113 33 100 74 55
Binary 10110001 10111010 101110 101 0 1001011 11011 1000000 111100 101101

Color Harmonies of #B1BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BA2E

Black with #B1BA2E

Text Example


Text Example

White with #B1BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BA2E; }

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

 H1.HeaderClassName
 {
   color: #B1BA2E;
 }
 .AnyTagClassName
 {
   color: #B1BA2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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