Html Css Color HEX #95CBA3 Chinook

📋 copy color: '#95CBA3'

red 149 ◦ green 203 ◦ blue 163

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

Shades of Chinook #95CBA3

Tints of Chinook #95CBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.65%

R = 28.93%
G = 39.42%
B = 31.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#95CBA3 (or 0x95CBA3) is known color: Chinook. HEX triplet: 95, CB and A3. RGB value is (149,203,163). Sum of RGB (Red+Green+Blue) = 149+203+163=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CBA3 is #6A345C. Grayscale: #B6B6B6. Windows color (decimal): -6960221 or 10734485. OLE color: 10734485.

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

Color convert

RGB 149 203 163 -
CMYK 0.27 0 0.20 0.20
HSL 135.56º 0.34% 0.69% -
HSV(B) 135.56º 0.27% 0.8% -
XYZ 40.36 51.75 42.51 -
YUV 182.29 117.11 104.25 -
System Red Green Blue C M Y K H S L
Decimal 149 203 163 0.27 0 0.20 0.20 135.56 0.34 0.69
Hex 95 CB A3 1B 0 14 14 88 22 45
Octal 225 313 243 33 0 24 24 210 42 105
Binary 10010101 11001011 10100011 11011 0 10100 10100 10001000 100010 1000101

Color Harmonies of #95CBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBA3

Black with #95CBA3

Text Example


Text Example

White with #95CBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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