#0BB157

Color #0BB157 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0BB157

Tints of Pigment Green #0BB157

Color information

#0BB157 (or 0x0BB157) is unknown color: approx Pigment Green. HEX triplet: 0B, B1 and 57. RGB value is (11,177,87). Sum of RGB (Red+Green+Blue) = 11+177+87=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 177 (69.53% from 255 or 64.36% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB157 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB157 is #F44EA8. Grayscale: #757575. Windows color (decimal): -16010921 or 5746955. OLE color: 5746955.

HSL color Cylindrical-coordinate representation of color #0BB157: hue angle of 147.47º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB157 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1117787-
CMYK0.9400.510.31
HSL147.47º88.3%36.86%-
HSV(B)147.47º93.79%69.41%-
XYZ17.5832.214.31-
YUV117.1111152.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 177 (69.53% from 255) = 64.36%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=4%
G=64.36%
B=31.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11177870.9400.510.31147.4788.336.86
HexBB1575E0331F935825
Octal132611271360633722313045
Binary10111011000110101111011110011001111111100100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BB157; }

 p { color: rgb(11,177,87); }

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

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

 a { background-color: rgb(11,177,87); }

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

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

 span { border-color: rgb(11,177,87); }

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