Html Css Color HEX #95B09A Edward

📋 copy color: '#95B09A'

red 149 ◦ green 176 ◦ blue 154

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

Shades of Edward #95B09A

Tints of Edward #95B09A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.74%

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 31.11%
G = 36.74%
B = 32.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#95B09A (or 0x95B09A) is known color: Edward. HEX triplet: 95, B0 and 9A. RGB value is (149,176,154). Sum of RGB (Red+Green+Blue) = 149+176+154=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #95B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95B09A is #6A4F65. Grayscale: #A5A5A5. Windows color (decimal): -6967142 or 10137749. OLE color: 10137749.

HSL color Cylindrical-coordinate representation of color #95B09A: hue angle of 131.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95B09A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 176 154 -
CMYK 0.15 0 0.12 0.31
HSL 131.11º 0.15% 0.64% -
HSV(B) 131.11º 0.15% 0.69% -
XYZ 33.75 39.77 36.47 -
YUV 165.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 149 176 154 0.15 0 0.12 0.31 131.11 0.15 0.64
Hex 95 B0 9A F 0 C 1F 83 F 40
Octal 225 260 232 17 0 14 37 203 17 100
Binary 10010101 10110000 10011010 1111 0 1100 11111 10000011 1111 1000000

Color Harmonies of #95B09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B09A

Black with #95B09A

Text Example


Text Example

White with #95B09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,176,154); }

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

background-color css

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

 a { background-color: rgb(149,176,154); }

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

border-color css

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

 span { border-color: rgb(149,176,154); }

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