Html Css Color HEX #869B30 Wasabi

📋 copy color: '#869B30'

red 134 ◦ green 155 ◦ blue 48

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

Shades of Wasabi #869B30

Tints of Wasabi #869B30

RGB

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

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

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

R = 39.76%
G = 45.99%
B = 14.24%

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

#869B30 (or 0x869B30) is known color: Wasabi. HEX triplet: 86, 9B and 30. RGB value is (134,155,48). Sum of RGB (Red+Green+Blue) = 134+155+48=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #869B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B30 is #7964CF. Grayscale: #888888. Windows color (decimal): -7955664 or 3185542. OLE color: 3185542.

HSL color Cylindrical-coordinate representation of color #869B30: hue angle of 71.78º 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 #869B30 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 48 -
CMYK 0.14 0 0.69 0.39
HSL 71.78º 0.53% 0.4% -
HSV(B) 71.78º 0.69% 0.61% -
XYZ 22.09 28.72 7.18 -
YUV 136.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 134 155 48 0.14 0 0.69 0.39 71.78 0.53 0.4
Hex 86 9B 30 E 0 45 27 48 35 28
Octal 206 233 60 16 0 105 47 110 65 50
Binary 10000110 10011011 110000 1110 0 1000101 100111 1001000 110101 101000

Color Harmonies of #869B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B30

Black with #869B30

Text Example


Text Example

White with #869B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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