Html Css Color HEX #859A2D Wasabi

📋 copy color: '#859A2D'

red 133 ◦ green 154 ◦ blue 45

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

Shades of Wasabi #859A2D

Tints of Wasabi #859A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.39%

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 40.06%
G = 46.39%
B = 13.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#859A2D (or 0x859A2D) is known color: Wasabi. HEX triplet: 85, 9A and 2D. RGB value is (133,154,45). Sum of RGB (Red+Green+Blue) = 133+154+45=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #859A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A2D is #7A65D2. Grayscale: #878787. Windows color (decimal): -8021459 or 2988677. OLE color: 2988677.

HSL color Cylindrical-coordinate representation of color #859A2D: hue angle of 71.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #859A2D is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 154 45 -
CMYK 0.14 0 0.71 0.40
HSL 71.56º 0.55% 0.39% -
HSV(B) 71.56º 0.71% 0.6% -
XYZ 21.7 28.29 6.8 -
YUV 135.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 133 154 45 0.14 0 0.71 0.40 71.56 0.55 0.39
Hex 85 9A 2D E 0 47 28 48 37 27
Octal 205 232 55 16 0 107 50 110 67 47
Binary 10000101 10011010 101101 1110 0 1000111 101000 1001000 110111 100111

Color Harmonies of #859A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A2D

Black with #859A2D

Text Example


Text Example

White with #859A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859A2D; }

 p { color: rgb(133,154,45); }

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

background-color css

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

 a { background-color: rgb(133,154,45); }

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

border-color css

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

 span { border-color: rgb(133,154,45); }

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