#0BB457

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

Shades of Pigment Green #0BB457

Tints of Pigment Green #0BB457

Color information

#0BB457 (or 0x0BB457) is unknown color: approx Pigment Green. HEX triplet: 0B, B4 and 57. RGB value is (11,180,87). Sum of RGB (Red+Green+Blue) = 11+180+87=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 180 (70.70% from 255 or 64.75% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB457 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB457 is #F44BA8. Grayscale: #777777. Windows color (decimal): -16010153 or 5747723. OLE color: 5747723.

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

Color convert

RGB1118087-
CMYK0.9400.520.29
HSL146.98º88.48%37.45%-
HSV(B)146.98º93.89%70.59%-
XYZ18.1833.414.51-
YUV118.87110.0151.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.96%
GREEN value IS 180 (70.70% from 255) = 64.75%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=3.96%
G=64.75%
B=31.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11180870.9400.520.29146.9888.4837.45
HexBB4575E0341D935825
Octal132641271360643522313045
Binary10111011010010101111011110011010011101100100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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