Html Css Color HEX #B1B41A Bahia

📋 copy color: '#B1B41A'

red 177 ◦ green 180 ◦ blue 26

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

Shades of Bahia #B1B41A

Tints of Bahia #B1B41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.79%

R = 46.21%
G = 47%
B = 6.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B1B41A (or 0xB1B41A) is known color: Bahia. HEX triplet: B1, B4 and 1A. RGB value is (177,180,26). Sum of RGB (Red+Green+Blue) = 177+180+26=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B41A is #4E4BE5. Grayscale: #A2A2A2. Windows color (decimal): -5131238 or 1750193. OLE color: 1750193.

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

Color convert

RGB 177 180 26 -
CMYK 0.02 0 0.86 0.29
HSL 61.17º 0.75% 0.4% -
HSV(B) 61.17º 0.86% 0.71% -
XYZ 34.64 42.06 7.27 -
YUV 161.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 177 180 26 0.02 0 0.86 0.29 61.17 0.75 0.4
Hex B1 B4 1A 2 0 56 1D 3D 4B 28
Octal 261 264 32 2 0 126 35 75 113 50
Binary 10110001 10110100 11010 10 0 1010110 11101 111101 1001011 101000

Color Harmonies of #B1B41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B41A

Black with #B1B41A

Text Example


Text Example

White with #B1B41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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