#92EBA6

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

Shades of Chinook #92EBA6

Tints of Chinook #92EBA6

Color information

#92EBA6 (or 0x92EBA6) is unknown color: approx Chinook. HEX triplet: 92, EB and A6. RGB value is (146,235,166). Sum of RGB (Red+Green+Blue) = 146+235+166=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBA6 is #6D1459. Grayscale: #C8C8C8. Windows color (decimal): -7148634 or 10939282. OLE color: 10939282.

HSL color Cylindrical-coordinate representation of color #92EBA6: hue angle of 133.48º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBA6 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB146235166-
CMYK0.3800.290.08
HSL133.48º68.99%74.71%-
HSV(B)133.48º37.87%92.16%-
XYZ48.4568.2846.7-
YUV200.52108.5189.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=26.69%
G=42.96%
B=30.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462351660.3800.290.08133.4868.9974.71
Hex92EBA62601D885454b
Octal2223532464603510205105113
Binary10010010111010111010011010011001110110001000010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,166); }

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

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

 a { background-color: rgb(146,235,166); }

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

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

 span { border-color: rgb(146,235,166); }

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