Html Css Color HEX #95B4A3 Summer Green

📋 copy color: '#95B4A3'

red 149 ◦ green 180 ◦ blue 163

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

Shades of Summer Green #95B4A3

Tints of Summer Green #95B4A3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

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

R = 30.28%
G = 36.59%
B = 33.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#95B4A3 (or 0x95B4A3) is known color: Summer Green. HEX triplet: 95, B4 and A3. RGB value is (149,180,163). Sum of RGB (Red+Green+Blue) = 149+180+163=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #95B4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B4A3 is #6A4B5C. Grayscale: #A8A8A8. Windows color (decimal): -6966109 or 10728597. OLE color: 10728597.

HSL color Cylindrical-coordinate representation of color #95B4A3: hue angle of 147.1º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95B4A3 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 180 163 -
CMYK 0.17 0 0.09 0.29
HSL 147.1º 0.17% 0.65% -
HSV(B) 147.1º 0.17% 0.71% -
XYZ 35.33 41.68 40.83 -
YUV 168.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 149 180 163 0.17 0 0.09 0.29 147.1 0.17 0.65
Hex 95 B4 A3 11 0 9 1D 93 11 41
Octal 225 264 243 21 0 11 35 223 21 101
Binary 10010101 10110100 10100011 10001 0 1001 11101 10010011 10001 1000001

Color Harmonies of #95B4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B4A3

Black with #95B4A3

Text Example


Text Example

White with #95B4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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