#B2C133

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

Shades of Bahia #B2C133

Tints of Bahia #B2C133

Color information

#B2C133 (or 0xB2C133) is unknown color: approx Bahia. HEX triplet: B2, C1 and 33. RGB value is (178,193,51). Sum of RGB (Red+Green+Blue) = 178+193+51=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C133 is #4D3ECC. Grayscale: #ACACAC. Windows color (decimal): -5062349 or 3391922. OLE color: 3391922.

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

Color convert

RGB17819351-
CMYK0.0800.740.24
HSL66.34º58.2%47.84%-
HSV(B)66.34º73.58%75.69%-
XYZ38.0347.8410.36-
YUV172.3359.53132.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 51 (20.31% from 255) = 12.09%
R=42.18%
G=45.73%
B=12.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178193510.0800.740.2466.3458.247.84
HexB2C133804A18423a30
Octal26230163100112301027260
Binary1011001011000001110011100001001010110001000010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C133; }

 p { color: rgb(178,193,51); }

 H1.HeaderClassName
 {
   color: #B2C133;
 }
 .AnyTagClassName
 {
   color: #B2C133;
 }
</style>
background-color css

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

 a { background-color: rgb(178,193,51); }

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

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

 span { border-color: rgb(178,193,51); }

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