Html Css Color HEX #B1BB33 Bahia

📋 copy color: '#B1BB33'

red 177 ◦ green 187 ◦ blue 51

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

Shades of Bahia #B1BB33

Tints of Bahia #B1BB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.29%

R = 42.65%
G = 45.06%
B = 12.29%

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

#B1BB33 (or 0xB1BB33) is known color: Bahia. HEX triplet: B1, BB and 33. RGB value is (177,187,51). Sum of RGB (Red+Green+Blue) = 177+187+51=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BB33 is #4E44CC. Grayscale: #A9A9A9. Windows color (decimal): -5129421 or 3390385. OLE color: 3390385.

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

Color convert

RGB 177 187 51 -
CMYK 0.05 0 0.73 0.27
HSL 64.41º 0.57% 0.47% -
HSV(B) 64.41º 0.73% 0.73% -
XYZ 36.5 45.13 9.92 -
YUV 168.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 177 187 51 0.05 0 0.73 0.27 64.41 0.57 0.47
Hex B1 BB 33 5 0 49 1B 40 39 2F
Octal 261 273 63 5 0 111 33 100 71 57
Binary 10110001 10111011 110011 101 0 1001001 11011 1000000 111001 101111

Color Harmonies of #B1BB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BB33

Black with #B1BB33

Text Example


Text Example

White with #B1BB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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