Html Css Color HEX #B1C226 Bahia

📋 copy color: '#B1C226'

red 177 ◦ green 194 ◦ blue 38

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

Shades of Bahia #B1C226

Tints of Bahia #B1C226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.29%

R = 43.28%
G = 47.43%
B = 9.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#B1C226 (or 0xB1C226) is known color: Bahia. HEX triplet: B1, C2 and 26. RGB value is (177,194,38). Sum of RGB (Red+Green+Blue) = 177+194+38=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C226 is #4E3DD9. Grayscale: #ABABAB. Windows color (decimal): -5127642 or 2540209. OLE color: 2540209.

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

Color convert

RGB 177 194 38 -
CMYK 0.09 0 0.80 0.24
HSL 66.54º 0.67% 0.45% -
HSV(B) 66.54º 0.8% 0.76% -
XYZ 37.77 48.07 9.12 -
YUV 171.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 177 194 38 0.09 0 0.80 0.24 66.54 0.67 0.45
Hex B1 C2 26 9 0 50 18 43 43 2D
Octal 261 302 46 11 0 120 30 103 103 55
Binary 10110001 11000010 100110 1001 0 1010000 11000 1000011 1000011 101101

Color Harmonies of #B1C226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C226

Black with #B1C226

Text Example


Text Example

White with #B1C226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C226; }

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

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

background-color css

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

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

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

border-color css

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

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

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