Html Css Color HEX #859930 Wasabi

📋 copy color: '#859930'

red 133 ◦ green 153 ◦ blue 48

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

Shades of Wasabi #859930

Tints of Wasabi #859930

RGB

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

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

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

R = 39.82%
G = 45.81%
B = 14.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#859930 (or 0x859930) is known color: Wasabi. HEX triplet: 85, 99 and 30. RGB value is (133,153,48). Sum of RGB (Red+Green+Blue) = 133+153+48=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #859930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859930 is #7A66CF. Grayscale: #878787. Windows color (decimal): -8021712 or 3185029. OLE color: 3185029.

HSL color Cylindrical-coordinate representation of color #859930: hue angle of 71.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #859930 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 48 -
CMYK 0.13 0 0.69 0.4
HSL 71.43º 0.52% 0.39% -
HSV(B) 71.43º 0.69% 0.6% -
XYZ 21.6 27.98 7.06 -
YUV 135.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 133 153 48 0.13 0 0.69 0.4 71.43 0.52 0.39
Hex 85 99 30 D 0 45 28 47 34 27
Octal 205 231 60 15 0 105 50 107 64 47
Binary 10000101 10011001 110000 1101 0 1000101 101000 1000111 110100 100111

Color Harmonies of #859930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859930

Black with #859930

Text Example


Text Example

White with #859930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859930; }

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

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

background-color css

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

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

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

border-color css

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

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

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