Html Css Color HEX #92A248 Wasabi

📋 copy color: '#92A248'

red 146 ◦ green 162 ◦ blue 72

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

Shades of Wasabi #92A248

Tints of Wasabi #92A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.63%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 38.42%
G = 42.63%
B = 18.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#92A248 (or 0x92A248) is known color: Wasabi. HEX triplet: 92, A2 and 48. RGB value is (146,162,72). Sum of RGB (Red+Green+Blue) = 146+162+72=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #92A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A248 is #6D5DB7. Grayscale: #939393. Windows color (decimal): -7167416 or 4760210. OLE color: 4760210.

HSL color Cylindrical-coordinate representation of color #92A248: hue angle of 70.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92A248 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 146 162 72 -
CMYK 0.10 0 0.56 0.36
HSL 70.67º 0.38% 0.46% -
HSV(B) 70.67º 0.56% 0.64% -
XYZ 25.94 32.42 11.02 -
YUV 146.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 146 162 72 0.10 0 0.56 0.36 70.67 0.38 0.46
Hex 92 A2 48 A 0 38 24 47 26 2E
Octal 222 242 110 12 0 70 44 107 46 56
Binary 10010010 10100010 1001000 1010 0 111000 100100 1000111 100110 101110

Color Harmonies of #92A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A248

Black with #92A248

Text Example


Text Example

White with #92A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,162,72); }

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

background-color css

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

 a { background-color: rgb(146,162,72); }

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

border-color css

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

 span { border-color: rgb(146,162,72); }

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