Html Css Color HEX #94C663 Olivine

📋 copy color: '#94C663'

red 148 ◦ green 198 ◦ blue 99

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

Shades of Olivine #94C663

Tints of Olivine #94C663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.49%

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

R = 33.26%
G = 44.49%
B = 22.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#94C663 (or 0x94C663) is known color: Olivine. HEX triplet: 94, C6 and 63. RGB value is (148,198,99). Sum of RGB (Red+Green+Blue) = 148+198+99=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #94C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C663 is #6B399C. Grayscale: #ACACAC. Windows color (decimal): -7027101 or 6538900. OLE color: 6538900.

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

Color convert

RGB 148 198 99 -
CMYK 0.25 0 0.50 0.22
HSL 90.3º 0.46% 0.58% -
HSV(B) 90.3º 0.5% 0.78% -
XYZ 34.66 47.58 19.16 -
YUV 171.76 86.94 111.05 -
System Red Green Blue C M Y K H S L
Decimal 148 198 99 0.25 0 0.50 0.22 90.3 0.46 0.58
Hex 94 C6 63 19 0 32 16 5A 2E 3A
Octal 224 306 143 31 0 62 26 132 56 72
Binary 10010100 11000110 1100011 11001 0 110010 10110 1011010 101110 111010

Color Harmonies of #94C663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C663

Black with #94C663

Text Example


Text Example

White with #94C663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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