Html Css Color HEX #0BB353 Pigment Green

📋 copy color: '#0BB353'

red 11 ◦ green 179 ◦ blue 83

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

Shades of Pigment Green #0BB353

Tints of Pigment Green #0BB353

RGB

 RED value IS 11 (4.69% from 255) = 4.03%

 GREEN value IS 179 (70.31% from 255) = 65.57%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 4.03%
G = 65.57%
B = 30.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#0BB353 (or 0x0BB353) is known color: Pigment Green. HEX triplet: 0B, B3 and 53. RGB value is (11,179,83). Sum of RGB (Red+Green+Blue) = 11+179+83=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB353 is #F44CAC. Grayscale: #767676. Windows color (decimal): -16010413 or 5485323. OLE color: 5485323.

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

Color convert

RGB 11 179 83 -
CMYK 0.94 0 0.54 0.30
HSL 145.71º 0.88% 0.37% -
HSV(B) 145.71º 0.94% 0.7% -
XYZ 17.82 32.94 13.6 -
YUV 117.82 108.34 51.81 -
System Red Green Blue C M Y K H S L
Decimal 11 179 83 0.94 0 0.54 0.30 145.71 0.88 0.37
Hex B B3 53 5E 0 36 1E 92 58 25
Octal 13 263 123 136 0 66 36 222 130 45
Binary 1011 10110011 1010011 1011110 0 110110 11110 10010010 1011000 100101

Color Harmonies of #0BB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB353

Black with #0BB353

Text Example


Text Example

White with #0BB353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,179,83); }

 H1.HeaderClassName
 {
   color: #0BB353;
 }
 .AnyTagClassName
 {
   color: #0BB353;
 }
</style>

background-color css

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

 a { background-color: rgb(11,179,83); }

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

border-color css

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

 span { border-color: rgb(11,179,83); }

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