Html Css Color HEX #B1B41E Bahia

📋 copy color: '#B1B41E'

red 177 ◦ green 180 ◦ blue 30

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

Shades of Bahia #B1B41E

Tints of Bahia #B1B41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 45.74%
G = 46.51%
B = 7.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B1B41E (or 0xB1B41E) is known color: Bahia. HEX triplet: B1, B4 and 1E. RGB value is (177,180,30). Sum of RGB (Red+Green+Blue) = 177+180+30=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B41E is #4E4BE1. Grayscale: #A2A2A2. Windows color (decimal): -5131234 or 2012337. OLE color: 2012337.

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

Color convert

RGB 177 180 30 -
CMYK 0.02 0 0.83 0.29
HSL 61.2º 0.71% 0.41% -
HSV(B) 61.2º 0.83% 0.71% -
XYZ 34.69 42.08 7.52 -
YUV 162 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 177 180 30 0.02 0 0.83 0.29 61.2 0.71 0.41
Hex B1 B4 1E 2 0 53 1D 3D 47 29
Octal 261 264 36 2 0 123 35 75 107 51
Binary 10110001 10110100 11110 10 0 1010011 11101 111101 1000111 101001

Color Harmonies of #B1B41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B41E

Black with #B1B41E

Text Example


Text Example

White with #B1B41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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