Html Css Color HEX #859B30 Wasabi

📋 copy color: '#859B30'

red 133 ◦ green 155 ◦ blue 48

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

Shades of Wasabi #859B30

Tints of Wasabi #859B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

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

R = 39.58%
G = 46.13%
B = 14.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#859B30 (or 0x859B30) is known color: Wasabi. HEX triplet: 85, 9B and 30. RGB value is (133,155,48). Sum of RGB (Red+Green+Blue) = 133+155+48=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #859B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B30 is #7A64CF. Grayscale: #888888. Windows color (decimal): -8021200 or 3185541. OLE color: 3185541.

HSL color Cylindrical-coordinate representation of color #859B30: hue angle of 72.34º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #859B30 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 48 -
CMYK 0.14 0 0.69 0.39
HSL 72.34º 0.53% 0.4% -
HSV(B) 72.34º 0.69% 0.61% -
XYZ 21.93 28.64 7.17 -
YUV 136.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 133 155 48 0.14 0 0.69 0.39 72.34 0.53 0.4
Hex 85 9B 30 E 0 45 27 48 35 28
Octal 205 233 60 16 0 105 47 110 65 50
Binary 10000101 10011011 110000 1110 0 1000101 100111 1001000 110101 101000

Color Harmonies of #859B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B30

Black with #859B30

Text Example


Text Example

White with #859B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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