Html Css Color HEX #92EBA9 Chinook

📋 copy color: '#92EBA9'

red 146 ◦ green 235 ◦ blue 169

#92EBA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #92EBA9

Tints of Chinook #92EBA9

RGB

 RED value IS 146 (57.42% from 255) = 26.55%

 GREEN value IS 235 (92.19% from 255) = 42.73%

 BLUE value IS 169 (66.41% from 255) = 30.73%

R = 26.55%
G = 42.73%
B = 30.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#92EBA9 (or 0x92EBA9) is known color: Chinook. HEX triplet: 92, EB and A9. RGB value is (146,235,169). Sum of RGB (Red+Green+Blue) = 146+235+169=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBA9 is #6D1456. Grayscale: #C9C9C9. Windows color (decimal): -7148631 or 11135890. OLE color: 11135890.

HSL color Cylindrical-coordinate representation of color #92EBA9: hue angle of 135.51º 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 #92EBA9 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 235 169 -
CMYK 0.38 0 0.28 0.08
HSL 135.51º 0.69% 0.75% -
HSV(B) 135.51º 0.38% 0.92% -
XYZ 48.72 68.39 48.17 -
YUV 200.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 146 235 169 0.38 0 0.28 0.08 135.51 0.69 0.75
Hex 92 EB A9 26 0 1C 8 88 45 4B
Octal 222 353 251 46 0 34 10 210 105 113
Binary 10010010 11101011 10101001 100110 0 11100 1000 10001000 1000101 1001011

Color Harmonies of #92EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EBA9

Black with #92EBA9

Text Example


Text Example

White with #92EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92EBA9;
 }
 .AnyTagClassName
 {
   color: #92EBA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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