Html Css Color HEX #95CCA1 Chinook

📋 copy color: '#95CCA1'

red 149 ◦ green 204 ◦ blue 161

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

Shades of Chinook #95CCA1

Tints of Chinook #95CCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.32%

R = 28.99%
G = 39.69%
B = 31.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#95CCA1 (or 0x95CCA1) is known color: Chinook. HEX triplet: 95, CC and A1. RGB value is (149,204,161). Sum of RGB (Red+Green+Blue) = 149+204+161=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #95CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CCA1 is #6A335E. Grayscale: #B6B6B6. Windows color (decimal): -6959967 or 10603669. OLE color: 10603669.

HSL color Cylindrical-coordinate representation of color #95CCA1: hue angle of 133.09º 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 #95CCA1 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 204 161 -
CMYK 0.27 0 0.21 0.2
HSL 133.09º 0.35% 0.69% -
HSV(B) 133.09º 0.27% 0.8% -
XYZ 40.42 52.15 41.65 -
YUV 182.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 149 204 161 0.27 0 0.21 0.2 133.09 0.35 0.69
Hex 95 CC A1 1B 0 15 14 85 23 45
Octal 225 314 241 33 0 25 24 205 43 105
Binary 10010101 11001100 10100001 11011 0 10101 10100 10000101 100011 1000101

Color Harmonies of #95CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CCA1

Black with #95CCA1

Text Example


Text Example

White with #95CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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