Html Css Color HEX #0BA552 Pigment Green

📋 copy color: '#0BA552'

red 11 ◦ green 165 ◦ blue 82

#0BA552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0BA552

Tints of Pigment Green #0BA552

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 value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#0BA552 (or 0x0BA552) is known color: 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

RGB 11 165 82 -
CMYK 0.93 0 0.50 0.35
HSL 147.66º 0.88% 0.35% -
HSV(B) 147.66º 0.93% 0.65% -
XYZ 15.12 27.59 12.51 -
YUV 109.49 112.48 57.75 -
System Red Green Blue C M Y K H S L
Decimal 11 165 82 0.93 0 0.50 0.35 147.66 0.88 0.35
Hex B A5 52 5D 0 32 23 94 58 23
Octal 13 245 122 135 0 62 43 224 130 43
Binary 1011 10100101 1010010 1011101 0 110010 100011 10010100 1011000 100011

Color Harmonies of #0BA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA552

Black with #0BA552

Text Example


Text Example

White with #0BA552

Text Example


Text Example

HTML Codes & Css Web 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>