Html Css Color HEX #869330 Wasabi

📋 copy color: '#869330'

red 134 ◦ green 147 ◦ blue 48

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

Shades of Wasabi #869330

Tints of Wasabi #869330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

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

R = 40.73%
G = 44.68%
B = 14.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#869330 (or 0x869330) is known color: Wasabi. HEX triplet: 86, 93 and 30. RGB value is (134,147,48). Sum of RGB (Red+Green+Blue) = 134+147+48=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #869330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869330 is #796CCF. Grayscale: #848484. Windows color (decimal): -7957712 or 3183494. OLE color: 3183494.

HSL color Cylindrical-coordinate representation of color #869330: hue angle of 67.88º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #869330 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 48 -
CMYK 0.09 0 0.67 0.42
HSL 67.88º 0.51% 0.38% -
HSV(B) 67.88º 0.67% 0.58% -
XYZ 20.8 26.15 6.75 -
YUV 131.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 134 147 48 0.09 0 0.67 0.42 67.88 0.51 0.38
Hex 86 93 30 9 0 43 2A 44 33 26
Octal 206 223 60 11 0 103 52 104 63 46
Binary 10000110 10010011 110000 1001 0 1000011 101010 1000100 110011 100110

Color Harmonies of #869330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869330

Black with #869330

Text Example


Text Example

White with #869330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869330; }

 p { color: rgb(134,147,48); }

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

background-color css

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

 a { background-color: rgb(134,147,48); }

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

border-color css

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

 span { border-color: rgb(134,147,48); }

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