#27BD90

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

Shades of Mountain Meadow #27BD90

Tints of Mountain Meadow #27BD90

Color information

#27BD90 (or 0x27BD90) is unknown color: approx Mountain Meadow. HEX triplet: 27, BD and 90. RGB value is (39,189,144). Sum of RGB (Red+Green+Blue) = 39+189+144=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BD90 is #D8426F. Grayscale: #8B8B8B. Windows color (decimal): -14172784 or 9485607. OLE color: 9485607.

HSL color Cylindrical-coordinate representation of color #27BD90: hue angle of 162º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BD90 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB39189144-
CMYK0.7900.240.26
HSL162º65.79%44.71%-
HSV(B)162º79.37%74.12%-
XYZ24.0738.8432.61-
YUV139.02130.856.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.48%
GREEN value IS 189 (74.22% from 255) = 50.81%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=10.48%
G=50.81%
B=38.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391891440.7900.240.2616265.7944.71
Hex27BD904F0181Aa2422d
Octal472752201170303224210255
Binary1001111011110110010000100111101100011010101000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27BD90; }

 p { color: rgb(39,189,144); }

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

<style>
 a { background-color: #27BD90; }

 a { background-color: rgb(39,189,144); }

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

<style>
 span { border-color: #27BD90; }

 span { border-color: rgb(39,189,144); }

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