Html Css Color HEX #B1C11F Bahia

📋 copy color: '#B1C11F'

red 177 ◦ green 193 ◦ blue 31

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

Shades of Bahia #B1C11F

Tints of Bahia #B1C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.13%

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 44.14%
G = 48.13%
B = 7.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#B1C11F (or 0xB1C11F) is known color: Bahia. HEX triplet: B1, C1 and 1F. RGB value is (177,193,31). Sum of RGB (Red+Green+Blue) = 177+193+31=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C11F is #4E3EE0. Grayscale: #AAAAAA. Windows color (decimal): -5127905 or 2081201. OLE color: 2081201.

HSL color Cylindrical-coordinate representation of color #B1C11F: hue angle of 65.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1C11F is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 193 31 -
CMYK 0.08 0 0.84 0.24
HSL 65.93º 0.72% 0.44% -
HSV(B) 65.93º 0.84% 0.76% -
XYZ 37.45 47.59 8.51 -
YUV 169.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 177 193 31 0.08 0 0.84 0.24 65.93 0.72 0.44
Hex B1 C1 1F 8 0 54 18 42 48 2C
Octal 261 301 37 10 0 124 30 102 110 54
Binary 10110001 11000001 11111 1000 0 1010100 11000 1000010 1001000 101100

Color Harmonies of #B1C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C11F

Black with #B1C11F

Text Example


Text Example

White with #B1C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C11F; }

 p { color: rgb(177,193,31); }

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

background-color css

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

 a { background-color: rgb(177,193,31); }

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

border-color css

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

 span { border-color: rgb(177,193,31); }

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