#08BE85

Color #08BE85 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #08BE85

Tints of Mountain Meadow #08BE85

Color information

#08BE85 (or 0x08BE85) is unknown color: approx Mountain Meadow. HEX triplet: 08, BE and 85. RGB value is (8,190,133). Sum of RGB (Red+Green+Blue) = 8+190+133=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #08BE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BE85 is #F7417A. Grayscale: #818181. Windows color (decimal): -16204155 or 8764936. OLE color: 8764936.

HSL color Cylindrical-coordinate representation of color #08BE85: hue angle of 161.21º 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 #08BE85 is Cyan = 0.96, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB8190133-
CMYK0.9600.30.25
HSL161.21º91.92%38.82%-
HSV(B)161.21º95.79%74.51%-
XYZ22.7538.5728.44-
YUV129.08130.241.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.42%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=2.42%
G=57.40%
B=40.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81901330.9600.30.25161.2191.9238.82
Hex8BE856001E19a15c27
Octal102762051400363124113447
Binary10001011111010000101110000001111011001101000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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