Html Css Color HEX #95C89B Chinook

📋 copy color: '#95C89B'

red 149 ◦ green 200 ◦ blue 155

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

Shades of Chinook #95C89B

Tints of Chinook #95C89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

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

R = 29.56%
G = 39.68%
B = 30.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#95C89B (or 0x95C89B) is known color: Chinook. HEX triplet: 95, C8 and 9B. RGB value is (149,200,155). Sum of RGB (Red+Green+Blue) = 149+200+155=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #95C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C89B is #6A3764. Grayscale: #B3B3B3. Windows color (decimal): -6960997 or 10209429. OLE color: 10209429.

HSL color Cylindrical-coordinate representation of color #95C89B: hue angle of 127.06º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C89B is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 155 -
CMYK 0.26 0 0.22 0.22
HSL 127.06º 0.32% 0.68% -
HSV(B) 127.06º 0.26% 0.78% -
XYZ 38.97 50.06 38.62 -
YUV 179.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 149 200 155 0.26 0 0.22 0.22 127.06 0.32 0.68
Hex 95 C8 9B 1A 0 16 16 7F 20 44
Octal 225 310 233 32 0 26 26 177 40 104
Binary 10010101 11001000 10011011 11010 0 10110 10110 1111111 100000 1000100

Color Harmonies of #95C89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C89B

Black with #95C89B

Text Example


Text Example

White with #95C89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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