Html Css Color HEX #95A245 Wasabi

📋 copy color: '#95A245'

red 149 ◦ green 162 ◦ blue 69

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

Shades of Wasabi #95A245

Tints of Wasabi #95A245

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.63%

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 39.21%
G = 42.63%
B = 18.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#95A245 (or 0x95A245) is known color: Wasabi. HEX triplet: 95, A2 and 45. RGB value is (149,162,69). Sum of RGB (Red+Green+Blue) = 149+162+69=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #95A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A245 is #6A5DBA. Grayscale: #939393. Windows color (decimal): -6970811 or 4563605. OLE color: 4563605.

HSL color Cylindrical-coordinate representation of color #95A245: hue angle of 68.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95A245 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 69 -
CMYK 0.08 0 0.57 0.36
HSL 68.39º 0.4% 0.45% -
HSV(B) 68.39º 0.57% 0.64% -
XYZ 26.39 32.66 10.54 -
YUV 147.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 149 162 69 0.08 0 0.57 0.36 68.39 0.4 0.45
Hex 95 A2 45 8 0 39 24 44 28 2D
Octal 225 242 105 10 0 71 44 104 50 55
Binary 10010101 10100010 1000101 1000 0 111001 100100 1000100 101000 101101

Color Harmonies of #95A245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A245

Black with #95A245

Text Example


Text Example

White with #95A245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,162,69); }

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

background-color css

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

 a { background-color: rgb(149,162,69); }

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

border-color css

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

 span { border-color: rgb(149,162,69); }

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