Html Css Color HEX #95CBA7 Chinook

📋 copy color: '#95CBA7'

red 149 ◦ green 203 ◦ blue 167

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

Shades of Chinook #95CBA7

Tints of Chinook #95CBA7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 167 (65.63% from 255) = 32.18%

R = 28.71%
G = 39.11%
B = 32.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#95CBA7 (or 0x95CBA7) is known color: Chinook. HEX triplet: 95, CB and A7. RGB value is (149,203,167). Sum of RGB (Red+Green+Blue) = 149+203+167=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA7 is #6A3458. Grayscale: #B6B6B6. Windows color (decimal): -6960217 or 10996629. OLE color: 10996629.

HSL color Cylindrical-coordinate representation of color #95CBA7: hue angle of 140º degrees, saturation: 0.34, 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 #95CBA7 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 167 -
CMYK 0.27 0 0.18 0.20
HSL 140º 0.34% 0.69% -
HSV(B) 140º 0.27% 0.8% -
XYZ 40.73 51.89 44.43 -
YUV 182.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 149 203 167 0.27 0 0.18 0.20 140 0.34 0.69
Hex 95 CB A7 1B 0 12 14 8C 22 45
Octal 225 313 247 33 0 22 24 214 42 105
Binary 10010101 11001011 10100111 11011 0 10010 10100 10001100 100010 1000101

Color Harmonies of #95CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBA7

Black with #95CBA7

Text Example


Text Example

White with #95CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,167); }

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

background-color css

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

 a { background-color: rgb(149,203,167); }

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

border-color css

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

 span { border-color: rgb(149,203,167); }

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