Html Css Color HEX #95CBA5 Chinook

📋 copy color: '#95CBA5'

red 149 ◦ green 203 ◦ blue 165

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

Shades of Chinook #95CBA5

Tints of Chinook #95CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.91%

R = 28.82%
G = 39.26%
B = 31.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#95CBA5 (or 0x95CBA5) is known color: Chinook. HEX triplet: 95, CB and A5. RGB value is (149,203,165). Sum of RGB (Red+Green+Blue) = 149+203+165=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA5 is #6A345A. Grayscale: #B6B6B6. Windows color (decimal): -6960219 or 10865557. OLE color: 10865557.

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

Color convert

RGB 149 203 165 -
CMYK 0.27 0 0.19 0.20
HSL 137.78º 0.34% 0.69% -
HSV(B) 137.78º 0.27% 0.8% -
XYZ 40.54 51.82 43.46 -
YUV 182.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 149 203 165 0.27 0 0.19 0.20 137.78 0.34 0.69
Hex 95 CB A5 1B 0 13 14 8A 22 45
Octal 225 313 245 33 0 23 24 212 42 105
Binary 10010101 11001011 10100101 11011 0 10011 10100 10001010 100010 1000101

Color Harmonies of #95CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBA5

Black with #95CBA5

Text Example


Text Example

White with #95CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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