Html Css Color HEX #0BBE5E Pigment Green

📋 copy color: '#0BBE5E'

red 11 ◦ green 190 ◦ blue 94

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

Shades of Pigment Green #0BBE5E

Tints of Pigment Green #0BBE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 64.41%

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

R = 3.73%
G = 64.41%
B = 31.86%

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

#0BBE5E (or 0x0BBE5E) is known color: Pigment Green. HEX triplet: 0B, BE and 5E. RGB value is (11,190,94). Sum of RGB (Red+Green+Blue) = 11+190+94=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBE5E is #F441A1. Grayscale: #7D7D7D. Windows color (decimal): -16007586 or 6209035. OLE color: 6209035.

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

Color convert

RGB 11 190 94 -
CMYK 0.94 0 0.51 0.25
HSL 147.82º 0.89% 0.39% -
HSV(B) 147.82º 0.94% 0.75% -
XYZ 20.57 37.71 16.78 -
YUV 125.54 110.2 46.31 -
System Red Green Blue C M Y K H S L
Decimal 11 190 94 0.94 0 0.51 0.25 147.82 0.89 0.39
Hex B BE 5E 5E 0 33 19 94 59 27
Octal 13 276 136 136 0 63 31 224 131 47
Binary 1011 10111110 1011110 1011110 0 110011 11001 10010100 1011001 100111

Color Harmonies of #0BBE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE5E

Black with #0BBE5E

Text Example


Text Example

White with #0BBE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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