#26BE85

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

Shades of Mountain Meadow #26BE85

Tints of Mountain Meadow #26BE85

Color information

#26BE85 (or 0x26BE85) is unknown color: approx Mountain Meadow. HEX triplet: 26, BE and 85. RGB value is (38,190,133). Sum of RGB (Red+Green+Blue) = 38+190+133=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BE85 is #D9417A. Grayscale: #8A8A8A. Windows color (decimal): -14238075 or 8764966. OLE color: 8764966.

HSL color Cylindrical-coordinate representation of color #26BE85: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BE85 is Cyan = 0.8, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB38190133-
CMYK0.800.30.25
HSL157.5º66.67%44.71%-
HSV(B)157.5º80%74.51%-
XYZ23.4538.9328.47-
YUV138.05125.1456.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.53%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=10.53%
G=52.63%
B=36.84%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381901330.800.30.25157.566.6744.71
Hex26BE855001E199e432d
Octal462762051200363123610355
Binary1001101011111010000101101000001111011001100111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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