Html Css Color HEX #94A087 Delta

📋 copy color: '#94A087'

red 148 ◦ green 160 ◦ blue 135

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

Shades of Delta #94A087

Tints of Delta #94A087

RGB

 RED value IS 148 (58.2% from 255) = 33.41%

 GREEN value IS 160 (62.89% from 255) = 36.12%

 BLUE value IS 135 (53.13% from 255) = 30.47%

R = 33.41%
G = 36.12%
B = 30.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#94A087 (or 0x94A087) is known color: Delta. HEX triplet: 94, A0 and 87. RGB value is (148,160,135). Sum of RGB (Red+Green+Blue) = 148+160+135=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #94A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A087 is #6B5F78. Grayscale: #999999. Windows color (decimal): -7036793 or 8888468. OLE color: 8888468.

HSL color Cylindrical-coordinate representation of color #94A087: hue angle of 88.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94A087 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 135 -
CMYK 0.07 0 0.16 0.37
HSL 88.8º 0.12% 0.58% -
HSV(B) 88.8º 0.16% 0.63% -
XYZ 29.16 33.19 27.79 -
YUV 153.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 148 160 135 0.07 0 0.16 0.37 88.8 0.12 0.58
Hex 94 A0 87 7 0 10 25 59 C 3A
Octal 224 240 207 7 0 20 45 131 14 72
Binary 10010100 10100000 10000111 111 0 10000 100101 1011001 1100 111010

Color Harmonies of #94A087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A087

Black with #94A087

Text Example


Text Example

White with #94A087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A087; }

 p { color: rgb(148,160,135); }

 H1.HeaderClassName
 {
   color: #94A087;
 }
 .AnyTagClassName
 {
   color: #94A087;
 }
</style>

background-color css

<style>
 a { background-color: #94A087; }

 a { background-color: rgb(148,160,135); }

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

border-color css

<style>
 span { border-color: #94A087; }

 span { border-color: rgb(148,160,135); }

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