Html Css Color HEX #0BBC5B Pigment Green

📋 copy color: '#0BBC5B'

red 11 ◦ green 188 ◦ blue 91

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

Shades of Pigment Green #0BBC5B

Tints of Pigment Green #0BBC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.83%

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 3.79%
G = 64.83%
B = 31.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#0BBC5B (or 0x0BBC5B) is known color: Pigment Green. HEX triplet: 0B, BC and 5B. RGB value is (11,188,91). Sum of RGB (Red+Green+Blue) = 11+188+91=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBC5B is #F443A4. Grayscale: #7C7C7C. Windows color (decimal): -16008101 or 6011915. OLE color: 6011915.

HSL color Cylindrical-coordinate representation of color #0BBC5B: hue angle of 147.12º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC5B is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 91 -
CMYK 0.94 0 0.52 0.26
HSL 147.12º 0.89% 0.39% -
HSV(B) 147.12º 0.94% 0.74% -
XYZ 20.01 36.79 15.94 -
YUV 124.02 109.36 47.39 -
System Red Green Blue C M Y K H S L
Decimal 11 188 91 0.94 0 0.52 0.26 147.12 0.89 0.39
Hex B BC 5B 5E 0 34 1A 93 59 27
Octal 13 274 133 136 0 64 32 223 131 47
Binary 1011 10111100 1011011 1011110 0 110100 11010 10010011 1011001 100111

Color Harmonies of #0BBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC5B

Black with #0BBC5B

Text Example


Text Example

White with #0BBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,91); }

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

background-color css

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

 a { background-color: rgb(11,188,91); }

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

border-color css

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

 span { border-color: rgb(11,188,91); }

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