Html Css Color HEX #909942 Wasabi

📋 copy color: '#909942'

red 144 ◦ green 153 ◦ blue 66

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

Shades of Wasabi #909942

Tints of Wasabi #909942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 39.67%
G = 42.15%
B = 18.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#909942 (or 0x909942) is known color: Wasabi. HEX triplet: 90, 99 and 42. RGB value is (144,153,66). Sum of RGB (Red+Green+Blue) = 144+153+66=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #909942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909942 is #6F66BD. Grayscale: #8C8C8C. Windows color (decimal): -7300798 or 4364688. OLE color: 4364688.

HSL color Cylindrical-coordinate representation of color #909942: hue angle of 66.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #909942 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 66 -
CMYK 0.06 0 0.57 0.4
HSL 66.21º 0.4% 0.43% -
HSV(B) 66.21º 0.57% 0.6% -
XYZ 23.88 29.11 9.51 -
YUV 140.39 86.02 130.57 -
System Red Green Blue C M Y K H S L
Decimal 144 153 66 0.06 0 0.57 0.4 66.21 0.4 0.43
Hex 90 99 42 6 0 39 28 42 28 2B
Octal 220 231 102 6 0 71 50 102 50 53
Binary 10010000 10011001 1000010 110 0 111001 101000 1000010 101000 101011

Color Harmonies of #909942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909942

Black with #909942

Text Example


Text Example

White with #909942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909942; }

 p { color: rgb(144,153,66); }

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

background-color css

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

 a { background-color: rgb(144,153,66); }

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

border-color css

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

 span { border-color: rgb(144,153,66); }

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