Html Css Color HEX #909430 Wasabi

📋 copy color: '#909430'

red 144 ◦ green 148 ◦ blue 48

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

Shades of Wasabi #909430

Tints of Wasabi #909430

RGB

 RED value IS 144 (56.64% from 255) = 42.35%

 GREEN value IS 148 (58.2% from 255) = 43.53%

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 42.35%
G = 43.53%
B = 14.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#909430 (or 0x909430) is known color: Wasabi. HEX triplet: 90, 94 and 30. RGB value is (144,148,48). Sum of RGB (Red+Green+Blue) = 144+148+48=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #909430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909430 is #6F6BCF. Grayscale: #878787. Windows color (decimal): -7302096 or 3183760. OLE color: 3183760.

HSL color Cylindrical-coordinate representation of color #909430: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #909430 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 48 -
CMYK 0.03 0 0.68 0.42
HSL 62.4º 0.51% 0.38% -
HSV(B) 62.4º 0.68% 0.58% -
XYZ 22.63 27.32 6.88 -
YUV 135.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 144 148 48 0.03 0 0.68 0.42 62.4 0.51 0.38
Hex 90 94 30 3 0 44 2A 3E 33 26
Octal 220 224 60 3 0 104 52 76 63 46
Binary 10010000 10010100 110000 11 0 1000100 101010 111110 110011 100110

Color Harmonies of #909430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909430

Black with #909430

Text Example


Text Example

White with #909430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909430; }

 p { color: rgb(144,148,48); }

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

background-color css

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

 a { background-color: rgb(144,148,48); }

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

border-color css

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

 span { border-color: rgb(144,148,48); }

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