Html Css Color HEX #94978A Delta

📋 copy color: '#94978A'

red 148 ◦ green 151 ◦ blue 138

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

Shades of Delta #94978A

Tints of Delta #94978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 138 (54.3% from 255) = 31.58%

R = 33.87%
G = 34.55%
B = 31.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#94978A (or 0x94978A) is known color: Delta. HEX triplet: 94, 97 and 8A. RGB value is (148,151,138). Sum of RGB (Red+Green+Blue) = 148+151+138=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 151 - color contains mainly: green. Hex color #94978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978A is #6B6875. Grayscale: #949494. Windows color (decimal): -7039094 or 9082772. OLE color: 9082772.

HSL color Cylindrical-coordinate representation of color #94978A: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94978A is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 138 -
CMYK 0.02 0 0.09 0.41
HSL 73.85º 0.06% 0.57% -
HSV(B) 73.85º 0.09% 0.59% -
XYZ 27.87 30.26 28.42 -
YUV 148.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 148 151 138 0.02 0 0.09 0.41 73.85 0.06 0.57
Hex 94 97 8A 2 0 9 29 4A 6 39
Octal 224 227 212 2 0 11 51 112 6 71
Binary 10010100 10010111 10001010 10 0 1001 101001 1001010 110 111001

Color Harmonies of #94978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94978A

Black with #94978A

Text Example


Text Example

White with #94978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94978A; }

 p { color: rgb(148,151,138); }

 H1.HeaderClassName
 {
   color: #94978A;
 }
 .AnyTagClassName
 {
   color: #94978A;
 }
</style>

background-color css

<style>
 a { background-color: #94978A; }

 a { background-color: rgb(148,151,138); }

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

border-color css

<style>
 span { border-color: #94978A; }

 span { border-color: rgb(148,151,138); }

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