Html Css Color HEX #94C873 Olivine

📋 copy color: '#94C873'

red 148 ◦ green 200 ◦ blue 115

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

Shades of Olivine #94C873

Tints of Olivine #94C873

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.2%

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

R = 31.97%
G = 43.2%
B = 24.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#94C873 (or 0x94C873) is known color: Olivine. HEX triplet: 94, C8 and 73. RGB value is (148,200,115). Sum of RGB (Red+Green+Blue) = 148+200+115=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #94C873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C873 is #6B378C. Grayscale: #AFAFAF. Windows color (decimal): -7026573 or 7587988. OLE color: 7587988.

HSL color Cylindrical-coordinate representation of color #94C873: hue angle of 96.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94C873 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 115 -
CMYK 0.26 0 0.42 0.22
HSL 96.71º 0.44% 0.62% -
HSV(B) 96.71º 0.43% 0.78% -
XYZ 35.96 48.84 23.75 -
YUV 174.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 148 200 115 0.26 0 0.42 0.22 96.71 0.44 0.62
Hex 94 C8 73 1A 0 2A 16 61 2C 3E
Octal 224 310 163 32 0 52 26 141 54 76
Binary 10010100 11001000 1110011 11010 0 101010 10110 1100001 101100 111110

Color Harmonies of #94C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C873

Black with #94C873

Text Example


Text Example

White with #94C873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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