Html Css Color HEX #95D19A Chinook

📋 copy color: '#95D19A'

red 149 ◦ green 209 ◦ blue 154

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

Shades of Chinook #95D19A

Tints of Chinook #95D19A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.82%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 29.1%
G = 40.82%
B = 30.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#95D19A (or 0x95D19A) is known color: Chinook. HEX triplet: 95, D1 and 9A. RGB value is (149,209,154). Sum of RGB (Red+Green+Blue) = 149+209+154=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #95D19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D19A is #6A2E65. Grayscale: #B8B8B8. Windows color (decimal): -6958694 or 10146197. OLE color: 10146197.

HSL color Cylindrical-coordinate representation of color #95D19A: hue angle of 125º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D19A is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 209 154 -
CMYK 0.29 0 0.26 0.18
HSL 125º 0.39% 0.7% -
HSV(B) 125º 0.29% 0.82% -
XYZ 41.03 54.32 38.89 -
YUV 184.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 149 209 154 0.29 0 0.26 0.18 125 0.39 0.7
Hex 95 D1 9A 1D 0 1A 12 7D 27 46
Octal 225 321 232 35 0 32 22 175 47 106
Binary 10010101 11010001 10011010 11101 0 11010 10010 1111101 100111 1000110

Color Harmonies of #95D19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D19A

Black with #95D19A

Text Example


Text Example

White with #95D19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,209,154); }

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

background-color css

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

 a { background-color: rgb(149,209,154); }

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

border-color css

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

 span { border-color: rgb(149,209,154); }

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