Html Css Color HEX #94C563 Olivine

📋 copy color: '#94C563'

red 148 ◦ green 197 ◦ blue 99

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

Shades of Olivine #94C563

Tints of Olivine #94C563

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.37%

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 33.33%
G = 44.37%
B = 22.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#94C563 (or 0x94C563) is known color: Olivine. HEX triplet: 94, C5 and 63. RGB value is (148,197,99). Sum of RGB (Red+Green+Blue) = 148+197+99=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #94C563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C563 is #6B3A9C. Grayscale: #ABABAB. Windows color (decimal): -7027357 or 6538644. OLE color: 6538644.

HSL color Cylindrical-coordinate representation of color #94C563: hue angle of 90º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94C563 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 99 -
CMYK 0.25 0 0.50 0.23
HSL 90º 0.46% 0.58% -
HSV(B) 90º 0.5% 0.77% -
XYZ 34.43 47.13 19.09 -
YUV 171.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 148 197 99 0.25 0 0.50 0.23 90 0.46 0.58
Hex 94 C5 63 19 0 32 17 5A 2E 3A
Octal 224 305 143 31 0 62 27 132 56 72
Binary 10010100 11000101 1100011 11001 0 110010 10111 1011010 101110 111010

Color Harmonies of #94C563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C563

Black with #94C563

Text Example


Text Example

White with #94C563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,99); }

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

background-color css

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

 a { background-color: rgb(148,197,99); }

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

border-color css

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

 span { border-color: rgb(148,197,99); }

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