Html Css Color HEX #858A2F Wasabi

📋 copy color: '#858A2F'

red 133 ◦ green 138 ◦ blue 47

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

Shades of Wasabi #858A2F

Tints of Wasabi #858A2F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 41.82%
G = 43.4%
B = 14.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#858A2F (or 0x858A2F) is known color: Wasabi. HEX triplet: 85, 8A and 2F. RGB value is (133,138,47). Sum of RGB (Red+Green+Blue) = 133+138+47=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #858A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A2F is #7A75D0. Grayscale: #7E7E7E. Windows color (decimal): -8025553 or 3115653. OLE color: 3115653.

HSL color Cylindrical-coordinate representation of color #858A2F: hue angle of 63.3º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #858A2F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 47 -
CMYK 0.04 0 0.66 0.46
HSL 63.3º 0.49% 0.36% -
HSV(B) 63.3º 0.66% 0.54% -
XYZ 19.27 23.37 6.18 -
YUV 126.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 133 138 47 0.04 0 0.66 0.46 63.3 0.49 0.36
Hex 85 8A 2F 4 0 42 2E 3F 31 24
Octal 205 212 57 4 0 102 56 77 61 44
Binary 10000101 10001010 101111 100 0 1000010 101110 111111 110001 100100

Color Harmonies of #858A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A2F

Black with #858A2F

Text Example


Text Example

White with #858A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A2F; }

 p { color: rgb(133,138,47); }

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

background-color css

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

 a { background-color: rgb(133,138,47); }

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

border-color css

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

 span { border-color: rgb(133,138,47); }

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