#0BA552

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

Shades of Pigment Green #0BA552

Tints of Pigment Green #0BA552

Color information

#0BA552 (or 0x0BA552) is unknown color: approx Pigment Green. HEX triplet: 0B, A5 and 52. RGB value is (11,165,82). Sum of RGB (Red+Green+Blue) = 11+165+82=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA552 is #F45AAD. Grayscale: #6D6D6D. Windows color (decimal): -16013998 or 5416203. OLE color: 5416203.

HSL color Cylindrical-coordinate representation of color #0BA552: hue angle of 147.66º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA552 is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB1116582-
CMYK0.9300.500.35
HSL147.66º87.5%34.51%-
HSV(B)147.66º93.33%64.71%-
XYZ15.1227.5912.51-
YUV109.49112.4857.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.26%
GREEN value IS 165 (64.84% from 255) = 63.95%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=4.26%
G=63.95%
B=31.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11165820.9300.500.35147.6687.534.51
HexBA5525D03223945823
Octal132451221350624322413043
Binary101110100101101001010111010110010100011100101001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,165,82); }

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

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

 a { background-color: rgb(11,165,82); }

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

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

 span { border-color: rgb(11,165,82); }

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