Html Css Color HEX #95D09B Chinook

📋 copy color: '#95D09B'

red 149 ◦ green 208 ◦ blue 155

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

Shades of Chinook #95D09B

Tints of Chinook #95D09B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 29.1%
G = 40.63%
B = 30.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#95D09B (or 0x95D09B) is known color: Chinook. HEX triplet: 95, D0 and 9B. RGB value is (149,208,155). Sum of RGB (Red+Green+Blue) = 149+208+155=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #95D09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D09B is #6A2F64. Grayscale: #B8B8B8. Windows color (decimal): -6958949 or 10211477. OLE color: 10211477.

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

Color convert

RGB 149 208 155 -
CMYK 0.28 0 0.25 0.18
HSL 126.1º 0.39% 0.7% -
HSV(B) 126.1º 0.28% 0.82% -
XYZ 40.87 53.87 39.25 -
YUV 184.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 149 208 155 0.28 0 0.25 0.18 126.1 0.39 0.7
Hex 95 D0 9B 1C 0 19 12 7E 27 46
Octal 225 320 233 34 0 31 22 176 47 106
Binary 10010101 11010000 10011011 11100 0 11001 10010 1111110 100111 1000110

Color Harmonies of #95D09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D09B

Black with #95D09B

Text Example


Text Example

White with #95D09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,208,155); }

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

background-color css

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

 a { background-color: rgb(149,208,155); }

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

border-color css

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

 span { border-color: rgb(149,208,155); }

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