#B1C226

Color #B1C226 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B1C226

Tints of Bahia #B1C226

Color information

#B1C226 (or 0xB1C226) is unknown color: approx 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

RGB17719438-
CMYK0.0900.800.24
HSL66.54º67.24%45.49%-
HSV(B)66.54º80.41%76.08%-
XYZ37.7748.079.12-
YUV171.1352.87132.18-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177194380.0900.800.2466.5467.2445.49
HexB1C22690501843432d
Octal261302461101203010310355
Binary10110001110000101001101001010100001100010000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>