Html Css Color HEX #94978B Delta

📋 copy color: '#94978B'

red 148 ◦ green 151 ◦ blue 139

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

Shades of Delta #94978B

Tints of Delta #94978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 33.79%
G = 34.47%
B = 31.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#94978B (or 0x94978B) is known color: Delta. HEX triplet: 94, 97 and 8B. RGB value is (148,151,139). Sum of RGB (Red+Green+Blue) = 148+151+139=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 151 - color contains mainly: green. Hex color #94978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978B is #6B6874. Grayscale: #949494. Windows color (decimal): -7039093 or 9148308. OLE color: 9148308.

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

Color convert

RGB 148 151 139 -
CMYK 0.02 0 0.08 0.41
HSL 75º 0.05% 0.57% -
HSV(B) 75º 0.08% 0.59% -
XYZ 27.94 30.29 28.8 -
YUV 148.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 148 151 139 0.02 0 0.08 0.41 75 0.05 0.57
Hex 94 97 8B 2 0 8 29 4B 5 39
Octal 224 227 213 2 0 10 51 113 5 71
Binary 10010100 10010111 10001011 10 0 1000 101001 1001011 101 111001

Color Harmonies of #94978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94978B

Black with #94978B

Text Example


Text Example

White with #94978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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