Html Css Color HEX #B1C222 Bahia

📋 copy color: '#B1C222'

red 177 ◦ green 194 ◦ blue 34

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

Shades of Bahia #B1C222

Tints of Bahia #B1C222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.4%

R = 43.7%
G = 47.9%
B = 8.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#B1C222 (or 0xB1C222) is known color: Bahia. HEX triplet: B1, C2 and 22. RGB value is (177,194,34). Sum of RGB (Red+Green+Blue) = 177+194+34=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C222 is #4E3DDD. Grayscale: #ABABAB. Windows color (decimal): -5127646 or 2278065. OLE color: 2278065.

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

Color convert

RGB 177 194 34 -
CMYK 0.09 0 0.82 0.24
HSL 66.38º 0.7% 0.45% -
HSV(B) 66.38º 0.82% 0.76% -
XYZ 37.71 48.05 8.8 -
YUV 170.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 177 194 34 0.09 0 0.82 0.24 66.38 0.7 0.45
Hex B1 C2 22 9 0 52 18 42 46 2D
Octal 261 302 42 11 0 122 30 102 106 55
Binary 10110001 11000010 100010 1001 0 1010010 11000 1000010 1000110 101101

Color Harmonies of #B1C222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C222

Black with #B1C222

Text Example


Text Example

White with #B1C222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C222; }

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

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

background-color css

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

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

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

border-color css

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

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

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