Html Css Color HEX #B1C221 Bahia

📋 copy color: '#B1C221'

red 177 ◦ green 194 ◦ blue 33

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

Shades of Bahia #B1C221

Tints of Bahia #B1C221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.02%

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

R = 43.81%
G = 48.02%
B = 8.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B1C221 (or 0xB1C221) is known color: Bahia. HEX triplet: B1, C2 and 21. RGB value is (177,194,33). Sum of RGB (Red+Green+Blue) = 177+194+33=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C221 is #4E3DDE. Grayscale: #ABABAB. Windows color (decimal): -5127647 or 2212529. OLE color: 2212529.

HSL color Cylindrical-coordinate representation of color #B1C221: hue angle of 66.34º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1C221 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 33 -
CMYK 0.09 0 0.83 0.24
HSL 66.34º 0.71% 0.45% -
HSV(B) 66.34º 0.83% 0.76% -
XYZ 37.7 48.04 8.72 -
YUV 170.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 177 194 33 0.09 0 0.83 0.24 66.34 0.71 0.45
Hex B1 C2 21 9 0 53 18 42 47 2D
Octal 261 302 41 11 0 123 30 102 107 55
Binary 10110001 11000010 100001 1001 0 1010011 11000 1000010 1000111 101101

Color Harmonies of #B1C221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C221

Black with #B1C221

Text Example


Text Example

White with #B1C221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C221; }

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

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

background-color css

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

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

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

border-color css

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

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

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