Html Css Color HEX #B1B832 Bahia

📋 copy color: '#B1B832'

red 177 ◦ green 184 ◦ blue 50

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

Shades of Bahia #B1B832

Tints of Bahia #B1B832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

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

R = 43.07%
G = 44.77%
B = 12.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B1B832 (or 0xB1B832) is known color: Bahia. HEX triplet: B1, B8 and 32. RGB value is (177,184,50). Sum of RGB (Red+Green+Blue) = 177+184+50=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B832 is #4E47CD. Grayscale: #A7A7A7. Windows color (decimal): -5130190 or 3324081. OLE color: 3324081.

HSL color Cylindrical-coordinate representation of color #B1B832: hue angle of 63.13º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1B832 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 50 -
CMYK 0.04 0 0.73 0.28
HSL 63.13º 0.57% 0.46% -
HSV(B) 63.13º 0.73% 0.72% -
XYZ 35.85 43.86 9.59 -
YUV 166.63 62.18 135.4 -
System Red Green Blue C M Y K H S L
Decimal 177 184 50 0.04 0 0.73 0.28 63.13 0.57 0.46
Hex B1 B8 32 4 0 49 1C 3F 39 2E
Octal 261 270 62 4 0 111 34 77 71 56
Binary 10110001 10111000 110010 100 0 1001001 11100 111111 111001 101110

Color Harmonies of #B1B832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B832

Black with #B1B832

Text Example


Text Example

White with #B1B832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B832; }

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

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

background-color css

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

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

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

border-color css

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

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

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