Html Css Color HEX #94C863 Olivine

📋 copy color: '#94C863'

red 148 ◦ green 200 ◦ blue 99

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

Shades of Olivine #94C863

Tints of Olivine #94C863

RGB

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

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

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

R = 33.11%
G = 44.74%
B = 22.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#94C863 (or 0x94C863) is known color: Olivine. HEX triplet: 94, C8 and 63. RGB value is (148,200,99). Sum of RGB (Red+Green+Blue) = 148+200+99=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #94C863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C863 is #6B379C. Grayscale: #ADADAD. Windows color (decimal): -7026589 or 6539412. OLE color: 6539412.

HSL color Cylindrical-coordinate representation of color #94C863: hue angle of 90.89º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94C863 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 99 -
CMYK 0.26 0 0.50 0.22
HSL 90.89º 0.48% 0.59% -
HSV(B) 90.89º 0.51% 0.78% -
XYZ 35.12 48.51 19.32 -
YUV 172.94 86.27 110.21 -
System Red Green Blue C M Y K H S L
Decimal 148 200 99 0.26 0 0.50 0.22 90.89 0.48 0.59
Hex 94 C8 63 1A 0 32 16 5B 30 3B
Octal 224 310 143 32 0 62 26 133 60 73
Binary 10010100 11001000 1100011 11010 0 110010 10110 1011011 110000 111011

Color Harmonies of #94C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C863

Black with #94C863

Text Example


Text Example

White with #94C863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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