#26BD93

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

Shades of Mountain Meadow #26BD93

Tints of Mountain Meadow #26BD93

Color information

#26BD93 (or 0x26BD93) is unknown color: approx Mountain Meadow. HEX triplet: 26, BD and 93. RGB value is (38,189,147). Sum of RGB (Red+Green+Blue) = 38+189+147=374 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.16% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BD93 is #D9426C. Grayscale: #8B8B8B. Windows color (decimal): -14238317 or 9682214. OLE color: 9682214.

HSL color Cylindrical-coordinate representation of color #26BD93: hue angle of 163.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD93 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB38189147-
CMYK0.8000.220.26
HSL163.31º66.52%44.51%-
HSV(B)163.31º79.89%74.12%-
XYZ24.2638.9133.84-
YUV139.06132.4755.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.16%
GREEN value IS 189 (74.22% from 255) = 50.53%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=10.16%
G=50.53%
B=39.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381891470.8000.220.26163.3166.5244.51
Hex26BD93500161Aa3432d
Octal462752231200263224310355
Binary1001101011110110010011101000001011011010101000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,189,147); }

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

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

 a { background-color: rgb(38,189,147); }

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

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

 span { border-color: rgb(38,189,147); }

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