#B0C42B

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

Shades of Bahia #B0C42B

Tints of Bahia #B0C42B

Color information

#B0C42B (or 0xB0C42B) is unknown color: approx Bahia. HEX triplet: B0, C4 and 2B. RGB value is (176,196,43). Sum of RGB (Red+Green+Blue) = 176+196+43=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C42B is #4F3BD4. Grayscale: #ADADAD. Windows color (decimal): -5192661 or 2868400. OLE color: 2868400.

HSL color Cylindrical-coordinate representation of color #B0C42B: hue angle of 67.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0C42B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB17619643-
CMYK0.1000.780.23
HSL67.84º64.02%46.86%-
HSV(B)67.84º78.06%76.86%-
XYZ38.0848.889.71-
YUV172.5854.87130.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 43 (17.19% from 255) = 10.36%
R=42.41%
G=47.23%
B=10.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176196430.1000.780.2367.8464.0246.86
HexB0C42BA04E1744402f
Octal260304531201162710410057
Binary10110000110001001010111010010011101011110001001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C42B; }

 p { color: rgb(176,196,43); }

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

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

 a { background-color: rgb(176,196,43); }

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

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

 span { border-color: rgb(176,196,43); }

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