Html Css Color HEX #95A683 Delta

📋 copy color: '#95A683'

red 149 ◦ green 166 ◦ blue 131

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

Shades of Delta #95A683

Tints of Delta #95A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.22%

 BLUE value IS 131 (51.56% from 255) = 29.37%

R = 33.41%
G = 37.22%
B = 29.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#95A683 (or 0x95A683) is known color: Delta. HEX triplet: 95, A6 and 83. RGB value is (149,166,131). Sum of RGB (Red+Green+Blue) = 149+166+131=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #95A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A683 is #6A597C. Grayscale: #9D9D9D. Windows color (decimal): -6969725 or 8627861. OLE color: 8627861.

HSL color Cylindrical-coordinate representation of color #95A683: hue angle of 89.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95A683 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 131 -
CMYK 0.10 0 0.21 0.35
HSL 89.14º 0.16% 0.58% -
HSV(B) 89.14º 0.21% 0.65% -
XYZ 30.13 35.3 26.7 -
YUV 156.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 149 166 131 0.10 0 0.21 0.35 89.14 0.16 0.58
Hex 95 A6 83 A 0 15 23 59 10 3A
Octal 225 246 203 12 0 25 43 131 20 72
Binary 10010101 10100110 10000011 1010 0 10101 100011 1011001 10000 111010

Color Harmonies of #95A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A683

Black with #95A683

Text Example


Text Example

White with #95A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,166,131); }

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

background-color css

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

 a { background-color: rgb(149,166,131); }

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

border-color css

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

 span { border-color: rgb(149,166,131); }

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