Html Css Color HEX #B1BB32 Bahia

📋 copy color: '#B1BB32'

red 177 ◦ green 187 ◦ blue 50

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

Shades of Bahia #B1BB32

Tints of Bahia #B1BB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 42.75%
G = 45.17%
B = 12.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B1BB32 (or 0xB1BB32) is known color: Bahia. HEX triplet: B1, BB and 32. RGB value is (177,187,50). Sum of RGB (Red+Green+Blue) = 177+187+50=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BB32 is #4E44CD. Grayscale: #A8A8A8. Windows color (decimal): -5129422 or 3324849. OLE color: 3324849.

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

Color convert

RGB 177 187 50 -
CMYK 0.05 0 0.73 0.27
HSL 64.38º 0.58% 0.46% -
HSV(B) 64.38º 0.73% 0.73% -
XYZ 36.48 45.12 9.8 -
YUV 168.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 177 187 50 0.05 0 0.73 0.27 64.38 0.58 0.46
Hex B1 BB 32 5 0 49 1B 40 3A 2E
Octal 261 273 62 5 0 111 33 100 72 56
Binary 10110001 10111011 110010 101 0 1001001 11011 1000000 111010 101110

Color Harmonies of #B1BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BB32

Black with #B1BB32

Text Example


Text Example

White with #B1BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BB32; }

 p { color: rgb(177,187,50); }

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

background-color css

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

 a { background-color: rgb(177,187,50); }

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

border-color css

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

 span { border-color: rgb(177,187,50); }

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