Html Css Color HEX #B1B521 Bahia

📋 copy color: '#B1B521'

red 177 ◦ green 181 ◦ blue 33

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

Shades of Bahia #B1B521

Tints of Bahia #B1B521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 45.27%
G = 46.29%
B = 8.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B1B521 (or 0xB1B521) is known color: Bahia. HEX triplet: B1, B5 and 21. RGB value is (177,181,33). Sum of RGB (Red+Green+Blue) = 177+181+33=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B521 is #4E4ADE. Grayscale: #A3A3A3. Windows color (decimal): -5130975 or 2209201. OLE color: 2209201.

HSL color Cylindrical-coordinate representation of color #B1B521: hue angle of 61.62º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1B521 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 181 33 -
CMYK 0.02 0 0.82 0.29
HSL 61.62º 0.69% 0.42% -
HSV(B) 61.62º 0.82% 0.71% -
XYZ 34.93 42.5 7.8 -
YUV 162.93 54.67 138.03 -
System Red Green Blue C M Y K H S L
Decimal 177 181 33 0.02 0 0.82 0.29 61.62 0.69 0.42
Hex B1 B5 21 2 0 52 1D 3E 45 2A
Octal 261 265 41 2 0 122 35 76 105 52
Binary 10110001 10110101 100001 10 0 1010010 11101 111110 1000101 101010

Color Harmonies of #B1B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B521

Black with #B1B521

Text Example


Text Example

White with #B1B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B521; }

 p { color: rgb(177,181,33); }

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

background-color css

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

 a { background-color: rgb(177,181,33); }

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

border-color css

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

 span { border-color: rgb(177,181,33); }

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