#92BEAF

Color #92BEAF Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #92BEAF

Tints of Shadow Green #92BEAF

Color information

#92BEAF (or 0x92BEAF) is unknown color: approx Shadow Green. HEX triplet: 92, BE and AF. RGB value is (146,190,175). Sum of RGB (Red+Green+Blue) = 146+190+175=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BEAF is #6D4150. Grayscale: #AFAFAF. Windows color (decimal): -7160145 or 11517586. OLE color: 11517586.

HSL color Cylindrical-coordinate representation of color #92BEAF: hue angle of 159.55º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BEAF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB146190175-
CMYK0.2300.080.25
HSL159.55º25.29%65.88%-
HSV(B)159.55º23.16%74.51%-
XYZ38.0146.0347.44-
YUV175.13127.92107.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=28.57%
G=37.18%
B=34.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901750.2300.080.25159.5525.2965.88
Hex92BEAF170819a01942
Octal222276257270103124031102
Binary10010010101111101010111110111010001100110100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BEAF; }

 p { color: rgb(146,190,175); }

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

<style>
 a { background-color: #92BEAF; }

 a { background-color: rgb(146,190,175); }

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

<style>
 span { border-color: #92BEAF; }

 span { border-color: rgb(146,190,175); }

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