Html Css Color HEX #869831 Wasabi

📋 copy color: '#869831'

red 134 ◦ green 152 ◦ blue 49

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

Shades of Wasabi #869831

Tints of Wasabi #869831

RGB

 RED value IS 134 (52.73% from 255) = 40%

 GREEN value IS 152 (59.77% from 255) = 45.37%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 40%
G = 45.37%
B = 14.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#869831 (or 0x869831) is known color: Wasabi. HEX triplet: 86, 98 and 31. RGB value is (134,152,49). Sum of RGB (Red+Green+Blue) = 134+152+49=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #869831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869831 is #7967CE. Grayscale: #878787. Windows color (decimal): -7956431 or 3250310. OLE color: 3250310.

HSL color Cylindrical-coordinate representation of color #869831: hue angle of 70.49º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #869831 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 49 -
CMYK 0.12 0 0.68 0.40
HSL 70.49º 0.51% 0.39% -
HSV(B) 70.49º 0.68% 0.6% -
XYZ 21.61 27.75 7.12 -
YUV 134.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 134 152 49 0.12 0 0.68 0.40 70.49 0.51 0.39
Hex 86 98 31 C 0 44 28 46 33 27
Octal 206 230 61 14 0 104 50 106 63 47
Binary 10000110 10011000 110001 1100 0 1000100 101000 1000110 110011 100111

Color Harmonies of #869831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869831

Black with #869831

Text Example


Text Example

White with #869831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869831; }

 p { color: rgb(134,152,49); }

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

background-color css

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

 a { background-color: rgb(134,152,49); }

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

border-color css

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

 span { border-color: rgb(134,152,49); }

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