Html Css Color HEX #92D198 Chinook

📋 copy color: '#92D198'

red 146 ◦ green 209 ◦ blue 152

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

Shades of Chinook #92D198

Tints of Chinook #92D198

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.22%

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 28.8%
G = 41.22%
B = 29.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#92D198 (or 0x92D198) is known color: Chinook. HEX triplet: 92, D1 and 98. RGB value is (146,209,152). Sum of RGB (Red+Green+Blue) = 146+209+152=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #92D198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D198 is #6D2E67. Grayscale: #B7B7B7. Windows color (decimal): -7155304 or 10015122. OLE color: 10015122.

HSL color Cylindrical-coordinate representation of color #92D198: hue angle of 125.71º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D198 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 209 152 -
CMYK 0.30 0 0.27 0.18
HSL 125.71º 0.41% 0.7% -
HSV(B) 125.71º 0.3% 0.82% -
XYZ 40.32 53.98 38 -
YUV 183.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 146 209 152 0.30 0 0.27 0.18 125.71 0.41 0.7
Hex 92 D1 98 1E 0 1B 12 7E 29 46
Octal 222 321 230 36 0 33 22 176 51 106
Binary 10010010 11010001 10011000 11110 0 11011 10010 1111110 101001 1000110

Color Harmonies of #92D198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D198

Black with #92D198

Text Example


Text Example

White with #92D198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,209,152); }

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

background-color css

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

 a { background-color: rgb(146,209,152); }

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

border-color css

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

 span { border-color: rgb(146,209,152); }

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