#0BA255

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

Shades of Pigment Green #0BA255

Tints of Pigment Green #0BA255

Color information

#0BA255 (or 0x0BA255) is unknown color: approx Pigment Green. HEX triplet: 0B, A2 and 55. RGB value is (11,162,85). Sum of RGB (Red+Green+Blue) = 11+162+85=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA255 is #F45DAA. Grayscale: #6C6C6C. Windows color (decimal): -16014763 or 5612043. OLE color: 5612043.

HSL color Cylindrical-coordinate representation of color #0BA255: hue angle of 149.4º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA255 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1116285-
CMYK0.9300.480.36
HSL149.4º87.28%33.92%-
HSV(B)149.4º93.21%63.53%-
XYZ14.726.5712.95-
YUV108.07114.9758.76-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 162 (63.67% from 255) = 62.79%
BLUE value IS 85 (33.59% from 255) = 32.95%
R=4.26%
G=62.79%
B=32.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11162850.9300.480.36149.487.2833.92
HexBA2555D03024955722
Octal132421251350604422512742
Binary101110100010101010110111010110000100100100101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,162,85); }

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

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

 a { background-color: rgb(11,162,85); }

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

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

 span { border-color: rgb(11,162,85); }

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