Html Css Color HEX #B1B421 Bahia

📋 copy color: '#B1B421'

red 177 ◦ green 180 ◦ blue 33

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

Shades of Bahia #B1B421

Tints of Bahia #B1B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.15%

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

R = 45.38%
G = 46.15%
B = 8.46%

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

#B1B421 (or 0xB1B421) is known color: Bahia. HEX triplet: B1, B4 and 21. RGB value is (177,180,33). Sum of RGB (Red+Green+Blue) = 177+180+33=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B421 is #4E4BDE. Grayscale: #A2A2A2. Windows color (decimal): -5131231 or 2208945. OLE color: 2208945.

HSL color Cylindrical-coordinate representation of color #B1B421: hue angle of 61.22º 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 #B1B421 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 33 -
CMYK 0.02 0 0.82 0.29
HSL 61.22º 0.69% 0.42% -
HSV(B) 61.22º 0.82% 0.71% -
XYZ 34.73 42.1 7.73 -
YUV 162.35 55.01 138.45 -
System Red Green Blue C M Y K H S L
Decimal 177 180 33 0.02 0 0.82 0.29 61.22 0.69 0.42
Hex B1 B4 21 2 0 52 1D 3D 45 2A
Octal 261 264 41 2 0 122 35 75 105 52
Binary 10110001 10110100 100001 10 0 1010010 11101 111101 1000101 101010

Color Harmonies of #B1B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B421

Black with #B1B421

Text Example


Text Example

White with #B1B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B421; }

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

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

background-color css

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

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

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

border-color css

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

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

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