#0BB058

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

Shades of Pigment Green #0BB058

Tints of Pigment Green #0BB058

Color information

#0BB058 (or 0x0BB058) is unknown color: approx Pigment Green. HEX triplet: 0B, B0 and 58. RGB value is (11,176,88). Sum of RGB (Red+Green+Blue) = 11+176+88=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 176 (69.14% from 255 or 64% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB058 is #F44FA7. Grayscale: #747474. Windows color (decimal): -16011176 or 5812235. OLE color: 5812235.

HSL color Cylindrical-coordinate representation of color #0BB058: hue angle of 148º 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 #0BB058 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1117688-
CMYK0.9400.500.31
HSL148º88.24%36.67%-
HSV(B)148º93.75%69.02%-
XYZ17.4231.8314.46-
YUV116.63111.8452.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 176 (69.14% from 255) = 64%
BLUE value IS 88 (34.77% from 255) = 32%
R=4%
G=64%
B=32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11176880.9400.500.3114888.2436.67
HexBB0585E0321F945825
Octal132601301360623722413045
Binary10111011000010110001011110011001011111100101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,176,88); }

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

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

 a { background-color: rgb(11,176,88); }

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

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

 span { border-color: rgb(11,176,88); }

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