Html Css Color HEX #0BBF5E Pigment Green

📋 copy color: '#0BBF5E'

red 11 ◦ green 191 ◦ blue 94

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

Shades of Pigment Green #0BBF5E

Tints of Pigment Green #0BBF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 64.53%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 3.72%
G = 64.53%
B = 31.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#0BBF5E (or 0x0BBF5E) is known color: Pigment Green. HEX triplet: 0B, BF and 5E. RGB value is (11,191,94). Sum of RGB (Red+Green+Blue) = 11+191+94=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF5E is #F440A1. Grayscale: #7E7E7E. Windows color (decimal): -16007330 or 6209291. OLE color: 6209291.

HSL color Cylindrical-coordinate representation of color #0BBF5E: hue angle of 147.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF5E is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 191 94 -
CMYK 0.94 0 0.51 0.25
HSL 147.67º 0.89% 0.4% -
HSV(B) 147.67º 0.94% 0.75% -
XYZ 20.79 38.14 16.86 -
YUV 126.12 109.87 45.89 -
System Red Green Blue C M Y K H S L
Decimal 11 191 94 0.94 0 0.51 0.25 147.67 0.89 0.4
Hex B BF 5E 5E 0 33 19 94 59 28
Octal 13 277 136 136 0 63 31 224 131 50
Binary 1011 10111111 1011110 1011110 0 110011 11001 10010100 1011001 101000

Color Harmonies of #0BBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF5E

Black with #0BBF5E

Text Example


Text Example

White with #0BBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,94); }

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

background-color css

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

 a { background-color: rgb(11,191,94); }

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

border-color css

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

 span { border-color: rgb(11,191,94); }

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