Html Css Color HEX #94B873 Olivine

📋 copy color: '#94B873'

red 148 ◦ green 184 ◦ blue 115

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

Shades of Olivine #94B873

Tints of Olivine #94B873

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 33.11%
G = 41.16%
B = 25.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#94B873 (or 0x94B873) is known color: Olivine. HEX triplet: 94, B8 and 73. RGB value is (148,184,115). Sum of RGB (Red+Green+Blue) = 148+184+115=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #94B873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B873 is #6B478C. Grayscale: #A5A5A5. Windows color (decimal): -7030669 or 7583892. OLE color: 7583892.

HSL color Cylindrical-coordinate representation of color #94B873: hue angle of 91.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94B873 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 184 115 -
CMYK 0.20 0 0.38 0.28
HSL 91.3º 0.33% 0.59% -
HSV(B) 91.3º 0.38% 0.72% -
XYZ 32.45 41.81 22.58 -
YUV 165.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 148 184 115 0.20 0 0.38 0.28 91.3 0.33 0.59
Hex 94 B8 73 14 0 26 1C 5B 21 3B
Octal 224 270 163 24 0 46 34 133 41 73
Binary 10010100 10111000 1110011 10100 0 100110 11100 1011011 100001 111011

Color Harmonies of #94B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B873

Black with #94B873

Text Example


Text Example

White with #94B873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,115); }

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

background-color css

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

 a { background-color: rgb(148,184,115); }

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

border-color css

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

 span { border-color: rgb(148,184,115); }

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