#B2BC27

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

Shades of Bahia #B2BC27

Tints of Bahia #B2BC27

Color information

#B2BC27 (or 0xB2BC27) is unknown color: approx Bahia. HEX triplet: B2, BC and 27. RGB value is (178,188,39). Sum of RGB (Red+Green+Blue) = 178+188+39=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC27 is #4D43D8. Grayscale: #A8A8A8. Windows color (decimal): -5063641 or 2604210. OLE color: 2604210.

HSL color Cylindrical-coordinate representation of color #B2BC27: hue angle of 64.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2BC27 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB17818839-
CMYK0.0500.790.26
HSL64.03º65.64%44.51%-
HSV(B)64.03º79.26%73.73%-
XYZ36.7145.588.78-
YUV168.0255.19135.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 39 (15.62% from 255) = 9.63%
R=43.95%
G=46.42%
B=9.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178188390.0500.790.2664.0365.6444.51
HexB2BC27504F1A40422d
Octal26227447501173210010255
Binary1011001010111100100111101010011111101010000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC27; }

 p { color: rgb(178,188,39); }

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

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

 a { background-color: rgb(178,188,39); }

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

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

 span { border-color: rgb(178,188,39); }

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