#B0C62E

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

Shades of Bahia #B0C62E

Tints of Bahia #B0C62E

Color information

#B0C62E (or 0xB0C62E) is unknown color: approx Bahia. HEX triplet: B0, C6 and 2E. RGB value is (176,198,46). Sum of RGB (Red+Green+Blue) = 176+198+46=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C62E is #4F39D1. Grayscale: #AEAEAE. Windows color (decimal): -5192146 or 3065520. OLE color: 3065520.

HSL color Cylindrical-coordinate representation of color #B0C62E: hue angle of 68.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0C62E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB17619846-
CMYK0.1100.770.22
HSL68.68º62.3%47.84%-
HSV(B)68.68º76.77%77.65%-
XYZ38.5949.8210.17-
YUV174.0955.71129.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 198 (77.73% from 255) = 47.14%
BLUE value IS 46 (18.36% from 255) = 10.95%
R=41.90%
G=47.14%
B=10.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176198460.1100.770.2268.6862.347.84
HexB0C62EB04D16453e30
Octal26030656130115261057660
Binary1011000011000110101110101101001101101101000101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C62E; }

 p { color: rgb(176,198,46); }

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

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

 a { background-color: rgb(176,198,46); }

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

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

 span { border-color: rgb(176,198,46); }

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