Html Css Color HEX #859330 Wasabi

📋 copy color: '#859330'

red 133 ◦ green 147 ◦ blue 48

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

Shades of Wasabi #859330

Tints of Wasabi #859330

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

 GREEN value IS 147 (57.81% from 255) = 44.82%

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

R = 40.55%
G = 44.82%
B = 14.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#859330 (or 0x859330) is known color: Wasabi. HEX triplet: 85, 93 and 30. RGB value is (133,147,48). Sum of RGB (Red+Green+Blue) = 133+147+48=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #859330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859330 is #7A6CCF. Grayscale: #838383. Windows color (decimal): -8023248 or 3183493. OLE color: 3183493.

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

Color convert

RGB 133 147 48 -
CMYK 0.10 0 0.67 0.42
HSL 68.48º 0.51% 0.38% -
HSV(B) 68.48º 0.67% 0.58% -
XYZ 20.64 26.07 6.74 -
YUV 131.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 133 147 48 0.10 0 0.67 0.42 68.48 0.51 0.38
Hex 85 93 30 A 0 43 2A 44 33 26
Octal 205 223 60 12 0 103 52 104 63 46
Binary 10000101 10010011 110000 1010 0 1000011 101010 1000100 110011 100110

Color Harmonies of #859330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859330

Black with #859330

Text Example


Text Example

White with #859330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859330; }

 p { color: rgb(133,147,48); }

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

background-color css

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

 a { background-color: rgb(133,147,48); }

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

border-color css

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

 span { border-color: rgb(133,147,48); }

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