#08BE5B

Color #08BE5B Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08BE5B

Tints of Pigment Green #08BE5B

Color information

#08BE5B (or 0x08BE5B) is unknown color: approx Pigment Green. HEX triplet: 08, BE and 5B. RGB value is (8,190,91). Sum of RGB (Red+Green+Blue) = 8+190+91=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 190 (74.61% from 255 or 65.74% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 190 - color contains mainly: green. Hex color #08BE5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BE5B is #F741A4. Grayscale: #7C7C7C. Windows color (decimal): -16204197 or 6012424. OLE color: 6012424.

HSL color Cylindrical-coordinate representation of color #08BE5B: hue angle of 147.36º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BE5B is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB819091-
CMYK0.9600.520.25
HSL147.36º91.92%38.82%-
HSV(B)147.36º95.79%74.51%-
XYZ20.437.6316.09-
YUV124.3109.245.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 190 (74.61% from 255) = 65.74%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=2.77%
G=65.74%
B=31.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8190910.9600.520.25147.3691.9238.82
Hex8BE5B6003419935c27
Octal102761331400643122313447
Binary10001011111010110111100000011010011001100100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BE5B; }

 p { color: rgb(8,190,91); }

 H1.HeaderClassName
 {
   color: #08BE5B;
 }
 .AnyTagClassName
 {
   color: #08BE5B;
 }
</style>
background-color css

<style>
 a { background-color: #08BE5B; }

 a { background-color: rgb(8,190,91); }

 div.DivClassName
 {
   background-color: #08BE5B;
 }
 .BgClassName
 {
   background-color: #08BE5B;
 }
</style>
border-color css

<style>
 span { border-color: #08BE5B; }

 span { border-color: rgb(8,190,91); }

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