Html Css Color HEX #95A641 Wasabi

📋 copy color: '#95A641'

red 149 ◦ green 166 ◦ blue 65

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

Shades of Wasabi #95A641

Tints of Wasabi #95A641

RGB

 RED value IS 149 (58.59% from 255) = 39.21%

 GREEN value IS 166 (65.23% from 255) = 43.68%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 39.21%
G = 43.68%
B = 17.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#95A641 (or 0x95A641) is known color: Wasabi. HEX triplet: 95, A6 and 41. RGB value is (149,166,65). Sum of RGB (Red+Green+Blue) = 149+166+65=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #95A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A641 is #6A59BE. Grayscale: #959595. Windows color (decimal): -6969791 or 4302485. OLE color: 4302485.

HSL color Cylindrical-coordinate representation of color #95A641: hue angle of 70.1º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95A641 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 65 -
CMYK 0.10 0 0.61 0.35
HSL 70.1º 0.44% 0.45% -
HSV(B) 70.1º 0.61% 0.65% -
XYZ 26.98 34.04 10.15 -
YUV 149.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 149 166 65 0.10 0 0.61 0.35 70.1 0.44 0.45
Hex 95 A6 41 A 0 3D 23 46 2C 2D
Octal 225 246 101 12 0 75 43 106 54 55
Binary 10010101 10100110 1000001 1010 0 111101 100011 1000110 101100 101101

Color Harmonies of #95A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A641

Black with #95A641

Text Example


Text Example

White with #95A641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A641; }

 p { color: rgb(149,166,65); }

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

background-color css

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

 a { background-color: rgb(149,166,65); }

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

border-color css

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

 span { border-color: rgb(149,166,65); }

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