Html Css Color HEX #95CC9E Chinook

📋 copy color: '#95CC9E'

red 149 ◦ green 204 ◦ blue 158

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

Shades of Chinook #95CC9E

Tints of Chinook #95CC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.92%

 BLUE value IS 158 (62.11% from 255) = 30.92%

R = 29.16%
G = 39.92%
B = 30.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#95CC9E (or 0x95CC9E) is known color: Chinook. HEX triplet: 95, CC and 9E. RGB value is (149,204,158). Sum of RGB (Red+Green+Blue) = 149+204+158=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #95CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CC9E is #6A3361. Grayscale: #B6B6B6. Windows color (decimal): -6959970 or 10407061. OLE color: 10407061.

HSL color Cylindrical-coordinate representation of color #95CC9E: hue angle of 129.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CC9E is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 204 158 -
CMYK 0.27 0 0.23 0.2
HSL 129.82º 0.35% 0.69% -
HSV(B) 129.82º 0.27% 0.8% -
XYZ 40.16 52.04 40.28 -
YUV 182.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 149 204 158 0.27 0 0.23 0.2 129.82 0.35 0.69
Hex 95 CC 9E 1B 0 17 14 82 23 45
Octal 225 314 236 33 0 27 24 202 43 105
Binary 10010101 11001100 10011110 11011 0 10111 10100 10000010 100011 1000101

Color Harmonies of #95CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CC9E

Black with #95CC9E

Text Example


Text Example

White with #95CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,204,158); }

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

background-color css

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

 a { background-color: rgb(149,204,158); }

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

border-color css

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

 span { border-color: rgb(149,204,158); }

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